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

fix: remove IonicModule for migrated standalone components #8

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

sean-perkins
Copy link
Contributor

Resolves #4

When a standalone component using IonicModule is migrated to using Ionic's standalone APIs, the IonicModule is removed from the imports array of the @Component decorator and the import declaration is removed from the source file.

@sean-perkins sean-perkins merged commit a7e592b into main Oct 10, 2023
@sean-perkins sean-perkins deleted the sp/migrate-standalone-class branch October 10, 2023 22:46
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.

bug: IonicModule not removed from migrated standalone component classes
1 participant