1.

What Are The Ngmodule Metadata Properties?

Answer»

The NgModule decorator identifies AppModule as a NgModule class.

The NgModule takes a METADATA OBJECT that tells ANGULAR how to compile and launch the application.

The NgModule importance metadata properties are as follows –

  • providers
  • declarations
  • IMPORTS
  • exports
  • entryComponents
  • bootstrap
  • SCHEMAS
  • id

The NgModule decorator identifies AppModule as a NgModule class.

The NgModule takes a metadata object that tells Angular how to compile and launch the application.

The NgModule importance metadata properties are as follows –



Discussion

No Comment Found