Skip to content

[TASK] Migrate Angular projects from browser-esbuild to the new Application Builder #34098

@nicobytes

Description

@nicobytes

Description

We need to upgrade our Angular build pipeline to leverage the new stable build system introduced in Angular v17. As per the documentation, the new system offers faster build-time performance, utilizes esbuild and Vite, and provides integrated SSR capabilities.

Currently, our projects in the Nx monorepo are configured with the @nx/angular:browser-esbuild executor. We must migrate these to the new @nx/angular:application executor to ensure we are on the stable, long-term supported path and to unlock performance improvements.

Acceptance Criteria

All target Angular apps in the monorepo use the @nx/angular:application executor in their project.json.

Priority

None

Additional Context

No response

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions