diff --git a/src/app/showcase/doc/menubar/routerdoc.ts b/src/app/showcase/doc/menubar/routerdoc.ts index fa0f1aa6bf2..5587f298b19 100644 --- a/src/app/showcase/doc/menubar/routerdoc.ts +++ b/src/app/showcase/doc/menubar/routerdoc.ts @@ -12,18 +12,25 @@ import { Router } from '@angular/router';
- + {{ item.label }} - - + + {{ item.label }} + + +
@@ -78,36 +85,50 @@ export class RouterDoc implements OnInit { code: Code = { basic: ` - + {{ item.label }} - - + + {{ item.label }} + + + `, html: `
- + {{ item.label }} - - + + {{ item.label }} + + +
`,