Saved Bookmarks
| 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 – 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 – |
|