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