1.

What are the @NgModule Metadata Properties?

Answer»

The @NGMODULE DECORATOR is a method that TAKES a single metadata object that tells ANGULAR how to compile the application.

Important Metadata Properties
  • imports
  • exports
  • providers
  • schemas
  • entryComponents
  • declarations
  • id
  • bootstrap


Discussion

No Comment Found