Migrate samples to standalone components #3567
Labels
refactoring
Use it to mark that the changes made are refactoring.
severity: high
status: in-development
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, noNgModule
-s should exist in the project. Bootstrapping of the project should begin on theAppComponent
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.The text was updated successfully, but these errors were encountered: