InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by module in angular 2? |
|
Answer» In Angular 2, a MODULE groups the various components, pipes, directives, and services in a WAY that assists them in combining with other MODULES for creating an application. A module can be USED to hide or export pipes, directives, components and services. |
|