Skip to content
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

Remove ng-modules #2183

Open
hudson-newey opened this issue Dec 6, 2024 · 0 comments
Open

Remove ng-modules #2183

hudson-newey opened this issue Dec 6, 2024 · 0 comments
Labels
architecture Architectural changes to the software

Comments

@hudson-newey
Copy link
Member

hudson-newey commented Dec 6, 2024

Angular is moving away from ng-modules and recommending standalone components.

Standalone components have several benefits such as being lazy-loaded by default, therefore reducing the initial bundle size and improving performance.

Standalone components also have a better developer experience as it removes the maintainance burden of maintaining ng-modules

There is a migration script that allows a quick migration from ng-modules to standalone components that can be found here

https://angular.dev/reference/migrations/standalone

@hudson-newey hudson-newey added the architecture Architectural changes to the software label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Architectural changes to the software
Projects
None yet
Development

No branches or pull requests

1 participant