`ng generate @angular/material:navigation jnav` yields "... unhandled exception ..."
See original GitHub issueWhat am I doing wrong? According to my interpretation of Navigation schematic the following ng generate ...
command should have worked.
PS rbeNgMat> ng generate @angular/material:navigation jnav
An unhandled exception occurred: Schematic "navigation" not found in collection "@angular/material".
See "C:\Users\joeco\AppData\Local\Temp\ng-KACyoy\angular-errors.log" for further details.
PS rbeNgMat>
Thanks in advance. Love and peace, Joe angular-errors.log
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Unable to run ng generate @angular/material:material-nav
Using the ng update -all command updated all the dependancies to the correct version and this worked fine. Here is the result
Read more >\appdata\local\temp\ng-eepcwd\angular-errors.log for further ...
angular ng serve command throws error: An unhandled exception occurred: Project ... angular/components`ng generate @angular/material:navigation jnav` yields ...
Read more >Schematics - Angular Material
The navigation schematic will create a new component that includes a toolbar with the app name, and a responsive side nav based on...
Read more >Typescript ng generate an unhandled exception occurred ...
Programming Tutorial & Code Examples for Typescript Ng Generate An Unhandled Exception Occurred Schematic Not Found In Collection Schematics Angular.
Read more >Create an Angular App with a Side-Navigation and ... - Medium
ng serve -o. Finally, we can add our side navigation component with another schematic. ng generate @angular/material:navigation navigation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Splaktar and @devversion , Thanks for the help. So I got 3 things from this.
ng generate @angular/material:nav <component-name>
I can report that this WORKED LIKE A CHAMP!
Thanks SO MUCH. Love and peace, Joe
@JoeCodeswell Awesome. Thanks for reporting back, and glad that it works now!.