What is a typescript decorator?
Answer / Mukesh Gupta
A TypeScript Decorator is a special kind of function that allows you to attach metadata to any declarations such as classes, methods, properties, or parameters. In Angular, decorators are used for component and service declarations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain different types of component decorators in angular 4?
What is pipes in angular 2?
What is the purpose of exports in an ng module?
What is binding in angular?
Is angular easy to learn?
What are directive behaviors?
What is the difference between angular 7 and angular 8?
How to handling error and logging it?
Explain ng-app directive in angular.
What do you mean by $rootscope in angularjs?
Mention what are the styling form that ngmodel adds to css classes?
Is ng app required?