Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 285 Bytes
  • ngModel : nécessite l'import de FormsModule
  • Observable : librairie RxJS. Exemple : heroService.getHeroes() .subscribe(heroes => this.heroes = heroes);
  • (propertyName) : simple binding
  • [(ngModel)] : double binding
  • gère le routage des pages