Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@aparzi
Copy link
Contributor

@aparzi aparzi commented Dec 17, 2025

Fix inject migration in multi-project workspace. The inject migration doesn't work when targeting one of the projects due to either not finding any files in other projects or considering them external thus it throws a SchematicsException

Fixes: #66074

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

Issue Number: #66074

Does this PR introduce a breaking change?

  • Yes
  • No

@pullapprove pullapprove bot requested a review from kirjs December 17, 2025 15:13
@angular-robot angular-robot bot added the area: migrations Issues related to `ng update`/`ng generate` migrations label Dec 17, 2025
@ngbot ngbot bot added this to the Backlog milestone Dec 17, 2025
… with option path

Fix inject migration in multi-project workspace. The inject migration doesn't work when targeting one of the projects due to either not finding any files in other projects or considering them external thus it throws a SchematicsException

Fixes: angular#66074
@aparzi aparzi force-pushed the fix-inject-migration-multiple-project branch from 6ea92be to c6e07da Compare December 17, 2025 15:36
@aparzi aparzi requested a review from JeanMeche December 17, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: migrations Issues related to `ng update`/`ng generate` migrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inject migration does not work in a multi-project workspace

2 participants