April 2018
Beginner
226 pages
4h 47m
English
In Angular, metadata is used while processing a class for some specific functionality. The metadata configures the class so that it can be used as a component or services. The metadata is implemented via class decorators or property metadata. We will be learning about the class decorators as it suits our JSON essential context.
In the Angular (above version 2) application, the first thing to learn about is NgModule.
Each class can be accompanied with a single decorator. In case of NgModule the class is already defined in Angular core libraries. We need to use ...
Read now
Unlock full access