Prerequisites
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
Code Reproduction URL
No response
Additional Information
No response