Topic: if a add a module with routing module, ng serve will fail
                  
                  linziyan
                  free
                  asked 6 years ago
                
regens:
- blank 7.5project.
 - add a blank routing module.
 - add a blank test module
 - add route to routing module, as follows:
 
const routes: Routes = [ { path: 'test', loadChildren: './test/test.module#TestModule' }, ];
ng serve will fail.
these are errors:
assets/scss/bootstrap/bootstrap.scss 「wdm」: Error: No module factory available for dependency type: ContextElementDependency
                      
                      linziyan
                      free
                        answered 6 years ago
                    
npm uninstall --save-dev webpack and then run a "npm install --save-dev @angular-devkit/build-angular@latest". will solve it
record in case someone needs it
                      
                      Arkadiusz Idzikowski
                      staff
                        answered 6 years ago
                    
Please send a demo of this blank project to a.idzikowski@mdbootstrap.com, that will help me to spot the problem.
Also please take a look at those issues and try the solutions provided there. It may be a problem with angular-cli/webpack:
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: 7.5.0
 - Device: pc
 - Browser: firefox
 - OS: max
 - Provided sample code: No
 - Provided link: No