Closed joelmeaders closed 12 months ago
Adding Ionic to existing Angular standalone app fails
Steps to reproduce:
ng new --create-application=false --new-project-root=apps
ng g application --standalone=true --strict=true
ionic init --multi-app
ng add @ionic/angular --project=myappname
Step 4 fails with: Could not find file for path: apps/myapp/src/app/app.module.ts
Could not find file for path: apps/myapp/src/app/app.module.ts
This should be fixed in Ionic Framework v7.5.6: https://github.com/ionic-team/ionic-framework/issues/28523
Adding Ionic to existing Angular standalone app fails
Steps to reproduce:
ng new --create-application=false --new-project-root=apps
myworkspaceng g application --standalone=true --strict=true
ionic init --multi-app
ng add @ionic/angular --project=myappname
Step 4 fails with:
Could not find file for path: apps/myapp/src/app/app.module.ts