Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 777 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 777 Bytes

WaserPics

This project was built to improve my knowledge with [Angular] (https://angular.io/) and Angular CLI version 6.0.7.

Description

In this app you can see a list of images and load more

BackEnd NodeJS

Features of Angular used

  • Paramtered directives
  • Render
  • @HostListener
  • @OutPut() and @Input()
  • Custom events with EventEmmiter
  • ng-content
  • The enterilly app is organized in modules enssuring a loose coupling
  • if and else with *ngIf
  • Interfaces as OnDestroy, OnInit and OnChange
  • debounceTime to improve the performance of backend requests
  • Resolver
  • Pipelines
  • Event Binding and Data Binding
  • Router with path paramters
  • Injectable Services
  • HttpClient
  • Observables