Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What are the types of decorators in angular? Class decorators, e.g. @Component and @NgModule. Property decorators for properties inside classes, e.g. @Input and @Output. Method decorators for methods inside classes, e.g. @HostListener. Parameter decorators for parameters inside class constructors, e.g. @Inject.
Related Topics