ionic-team / angular-toolkit

Angular Schematics and Builders for `@ionic/angular` apps.
MIT License
69 stars 31 forks source link

ng g web-worker fail #470

Open Mike-Jia opened 2 years ago

Mike-Jia commented 2 years ago

When I run ng g web-worker with @ionic/angular-toolkit@6.1.0, an unhandled exception occurred.

image

Then I modify the https://github.com/ionic-team/angular-toolkit/blob/main/packages/schematics/collection.json , it's work. I don't know if this is the reason, please check.

image

jonz94 commented 2 years ago

It seems that this issue will also occur if we use other aliases (like pg for page, or c for component).

For example:

image

image