July 2018
Intermediate to advanced
420 pages
8h 46m
English
It is time to create the builders module, using the Angular CLI. Let's look at how we can do that:
ng generate module pages/builders --routing
As you saw previously, the preceding command will generate three new files:
ng g c pages/builders
// Application modulesimport { BikesModule } from './pages/bikes/bikes.module'; ...Read now
Unlock full access