You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Codemod version
0.0.7
Current Behavior
When running the codemod against a project which is still NgModule-based, where a module contains multiple declarations, the imports are duplicated where they exist in each of the modules declarations
Expected Behavior
Imports of the standalone components should be unique within the module
Steps to Reproduce
Have a project that is still NgModule-based and that has a module with multiple declarations using the same ionic components
Run the codemod
Observe the resulting module has duplicated imports of the standalone ionic components