Google News
logo
Angular - Interview Questions
What Is the Difference Between Class Decorators and Class Field Decorators?
Class decorators appear just before class definition, whereas class field decorators appear just before a field in the class definition. Examples of class decorators are @Component, @NgModule etc… Examples of a class field decorator are @Input, @Output etc…
Advertisement