route module ts angular code example
Example 1: generate module with routing in angular
ng g m [ModuleName] --routing
Example 2: angular [routerlink]
content_copy
<a [routerLink]="['/user/bob']" [queryParams]="{debug: true}" fragment="education">
link to user component
</a>