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:

  • The own functionality of the NgModule can be exported and can also be utilized by other NgModules.
  • Angular 8 NgModule can import functionalities from other NgModules.


Discussion

No Comment Found