79454812

Date: 2025-02-20 14:23:05
Score: 0.5
Natty:
Report link

What fixed issues with this for our codebase was simply running the lazyloading migration after migrating everything to standalone:

ng generate @angular/core:route-lazy-loading

See: https://angular.dev/reference/migrations/route-lazy-loading

It seems to amount to this: with standalone components NOT using lazyloading is no longer a viable route.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What fix
  • High reputation (-1):
Posted by: Katinka Hesselink