InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about NgModules in Angular 8? |
|
Answer» The NgModules in Angular 8 varies from other JAVASCRIPT modules. All Angular APPLICATIONS have at LEAST one module known as the AppModule. The NgModule gives us a bootstrap mechanism to launch different applications easily. A few of the striking features of Angular 8 modules are as follows:
|
|