Lazy-loading components

Angular 17 introduced the control-flow syntax. You can now defer loading of parts of your components (Documentation).

This page demonstrates a way to lazy-load components