Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
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