Angular question detail
What are the imported modules in CLI generated feature modules?
In the CLI generated feature module, there are two JavaScript import statements at the top of the file
- NgModule: InOrder to use the
@NgModuledecorator - CommonModule: It provides many common directives such as
ngIfandngFor.