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

Migrate samples to standalone components #3567

Open
jackofdiamond5 opened this issue Nov 25, 2024 · 0 comments
Open

Migrate samples to standalone components #3567

jackofdiamond5 opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
refactoring Use it to mark that the changes made are refactoring. severity: high status: in-development

Comments

@jackofdiamond5
Copy link
Member

Description

We want to update our samples project to use standalone components instead of NgModules. All components should be standalone and should import their template dependencies as expected, the routing should be reworked, no NgModule-s should exist in the project. Bootstrapping of the project should begin on the AppComponent level, there may be changes to global providers as well.

A possible reference point could be the top three commits made on this branch migrate-to-standalone-components. An additional reference point is the igniteui-angular repository since it has already been updated to use standalone components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Use it to mark that the changes made are refactoring. severity: high status: in-development
Projects
None yet
Development

No branches or pull requests

4 participants