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
@NgModule
decorator - CommonModule: It provides many common directives such as
ngIf
andngFor
.
June 16, 2022
123
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular