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

refactor(schematics): extend from @schematics/angular at top level #476

Closed
wants to merge 1 commit into from
Closed

refactor(schematics): extend from @schematics/angular at top level #476

wants to merge 1 commit into from

Conversation

jonz94
Copy link
Contributor

@jonz94 jonz94 commented Oct 2, 2022

This PR simplify the structure of collection.json.

By doing so, we no longer need to worry about upstream's @schematics/angular changing their schematics name (which cause issues, like #470) or adding a new one (no need to manually add new schematic, like #461)

Closes #470
Closes ionic-team/ionic-cli#4922

@mhartington
Copy link
Contributor

Hello! Just getting to this. Glad to see there's a way to go forward with this, considering the extend key didn't exist in previous versions of angular. I'll do a quick test to verify, but this should be good to go.

@jonz94
Copy link
Contributor Author

jonz94 commented Apr 5, 2023

I'm going to close this PR because the fix was already merged in #484. (Thank you, Mike 😄)

Upgrade the @ionic/angular-toolkit package to the latest version should be able to fix issues like #470 and ionic-team/ionic-cli#4922

@jonz94 jonz94 closed this Apr 5, 2023
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 this pull request may close these issues.

ng generate component is not working anymore ng g web-worker fail
2 participants