Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(angular): @angular/core should always be provided as a shared pac…
…kage #19121 (#23464) <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> In our Module Federation utils for Angular, we set some packages that should always be shared. This array was missing `@angular/core` which should be shared at all times for DI to function as expected ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Ensure `@angular/core` is shared ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #19121 (cherry picked from commit 4315e91)
- Loading branch information