Skip to content

lgy-cpy/orsys

Repository files navigation

5 - 19

5 concepts fondamentaux portés par 19 décorateurs

5 concepts fondamentaux

  • NgModule - Organiser le code Angular
    • Directive - Enrichissement
    • Component - Unité de la User Interface
    • Pipe - Règle de transformation
  • Service - Logique Métier

19 décorateurs

5 concepts fondamentaux

  • @NgModule
  • @Component
  • @Directive
  • @Pipe
  • @Injectable

Communication de composants

  • @Input
  • @Output
  • @ViewChild
  • @ViewChildren
  • @ContentChild
  • @ContentChildren
  • @Attribute
  • @HostBinding
  • @HostListerner

Injection

  • @Inject
  • @Host
  • @Optional
  • @SkipSelf
  • @Self

json-server

Visite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors