Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular decorators list

List of All Angular Decorators
Class decorators:
  @NgModule
  @Component
  @Injectable
  @Directive
  @Pipe

Property Decorators:
  @Input
  @Output
  @ContentChild & @ContentChildren
  @ViewChild & @ViewChildren
  @HostBinding

Method decorators:
  @HostListener

Parameter decorators:
  @Inject
  @Host
  @Self
  @SkipSelf
  @Optional

Custom Decorators:
	You can also build your own custom decorators
Source by www.tektutorialshub.com #
 
PREVIOUS NEXT
Tagged: #angular #decorators #list
ADD COMMENT
Topic
Name
9+6 =