criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
12 stars 28 forks source link

Known Issue: RouterModule missing from app.component.ts #429

Closed x4vicc closed 2 months ago

x4vicc commented 2 months ago

To overcome this issue, you will need to add import { RouterModule } from '@angular/router';

And then add RouterModule to the imports of the component.

This is an issue with ngx-schematics, that will be fixed.