Adding Ionic to existing Angular standalone app fails
Steps to reproduce:
- Make a new workspace
ng new --create-application=false --new-project-root=apps myworkspace
- Go into workspace and add a new angular project with any options:
ng g application --standalone=true --strict=true
- Configure ionic in workspace:
ionic init --multi-app
- Add Ionic to app:
ng add @ionic/angular --project=myappname
Step 4 fails with:
Could not find file for path: apps/myapp/src/app/app.module.ts
Adding Ionic to existing Angular standalone app fails
Steps to reproduce:
ng new --create-application=false --new-project-root=appsmyworkspaceng g application --standalone=true --strict=trueionic init --multi-appng add @ionic/angular --project=myappnameStep 4 fails with:
Could not find file for path: apps/myapp/src/app/app.module.ts