is a technique in Angular that allows you to load modules when the user needs/uses/navigates to that route. code example
Example: ng router link
<a [routerLink]="['/user/bob']" [queryParams]="{debug: true}" fragment="education">
link to user component
</a>