angular-toolkit
angular-toolkit copied to clipboard
ng g web-worker fail
When I run ng g web-worker with @ionic/[email protected], an unhandled exception occurred.
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.
It seems that this issue will also occur if we use other aliases (like pg
for page, or c
for component).
For example:
-
ng g page my-page
works as expected.
- But
ng g pg my-page
won't work.