Skip to content

bug: Adding Ionic to existing Angular 16 standalone app fails #498

Description

@joelmeaders

Adding Ionic to existing Angular standalone app fails

Steps to reproduce:

  1. Make a new workspace ng new --create-application=false --new-project-root=apps myworkspace
  2. Go into workspace and add a new angular project with any options: ng g application --standalone=true --strict=true
  3. Configure ionic in workspace: ionic init --multi-app
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions