Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng g web-worker fail #470

Open
Mike-Jia opened this issue Jun 28, 2022 · 1 comment
Open

ng g web-worker fail #470

Mike-Jia opened this issue Jun 28, 2022 · 1 comment

Comments

@Mike-Jia
Copy link

When I run ng g web-worker with @ionic/[email protected], 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
Copy link
Contributor

jonz94 commented Oct 2, 2022

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.

image

  • But ng g pg my-page won't work.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants