Closed
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
v0.0.5
Current Behavior
not target and migrate
Expected Behavior
target and migrate
Steps to Reproduce
prepare app.config.ts
Code Reproduction URL
No response
Additional Information
Ionic default template is on main.ts. but angular-cli template split main.ts and app.config.ts:
- https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/main.ts.template
- https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/application/files/standalone-files/src/app/app.config.ts.template
So will need to look at both of these files.