Angular project with lazy loaded routing modules, migrated with v15 schematics to standalone components. Procedure described here : https://www.angulararchitects.io/blog/tutorial-automatically-migrating-to-standalone-components-in-3-steps/
Running the standalone schematics
ng g @angular/core:standalone
Commits reflect the different steps.