Examples API Routing GitHub
Copy
<tui-tabs-with-more> @for (url of urls; track url) { <a *tuiItem routerLinkActive="active" tuiTab [routerLink]="url" > Example {{ $index + 1 }} </a> } </tui-tabs-with-more> <router-outlet /> Copy
<tui-tabs-with-more> @for (url of urls; track url) { <a *tuiItem routerLinkActive="active" tuiTab [routerLink]="url" > Example {{ $index + 1 }} </a> } </tui-tabs-with-more> <router-outlet />