Skip to content

feat(nf): compatibility with @angular/build package #806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Nicoss54
Copy link

With the arrival of Angular 20, when initializing a new project, the default builder will be: @angular/build:application.

The native federation package currently still relies on the @angular-devkit/build-angular:application builder to build the application.

However, since version 16, the @angular/build package exists, and some projects are already using it, which leads to an error when using native federation during the build: the @angular-devkit/build-angular:application builder is not found.

This PR fixes this issue and ensures compatibility with Angular 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant