- Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
Prerequisites
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Codemod version
0.3.0
Current Behavior
I'm trying to use this migration tool to use standalone component. I recently upgraded my app version to "@ionic/angular": "^8.0.0",
but when I look at this cli code I can see that you guys looking at
if major < 7
if minor < 5
and of course in the new version we have a minor version of 0 so we can't continue
Expected Behavior
cli should work with ionic 8
Steps to Reproduce
- create an ionic angular app with ionic 8
- run
npx @ionic/angular-standalone-codemods
Code Reproduction URL
No response
Additional Information
No response
FurbyX92 and rdlabo