@@ -11,5 +11,43 @@ export class Home {
1111 encapsulation : ViewEncapsulation . None ,
1212} )
1313export class E2eAppLayout {
14- showLinks : boolean = false ;
14+ showLinks = false ;
15+
16+ navLinks = [
17+ { path : 'block-scroll-strategy' , title : 'Block scroll strategy' } ,
18+ { path : 'button' , title : 'Button' } ,
19+ { path : 'button-toggle' , title : 'Button Toggle' } ,
20+ { path : 'checkbox' , title : 'Checkbox' } ,
21+ { path : 'component-harness' , title : 'Component Harness' } ,
22+ { path : 'dialog' , title : 'Dialog' } ,
23+ { path : 'expansion' , title : 'Expansion' } ,
24+ { path : 'grid-list' , title : 'Grid list' } ,
25+ { path : 'icon' , title : 'Icon' } ,
26+ { path : 'input' , title : 'Input' } ,
27+ { path : 'list' , title : 'List' } ,
28+ { path : 'menu' , title : 'Menu' } ,
29+ { path : 'progress-bar' , title : 'Progress bar' } ,
30+ { path : 'progress-spinner' , title : 'Progress Spinner' } ,
31+ { path : 'radio' , title : 'Radios' } ,
32+ { path : 'sidenav' , title : 'Sidenav' } ,
33+ { path : 'slide-toggle' , title : 'Slide Toggle' } ,
34+ { path : 'stepper' , title : 'Stepper' } ,
35+ { path : 'tabs' , title : 'Tabs' } ,
36+ { path : 'cards' , title : 'Cards' } ,
37+ { path : 'toolbar' , title : 'Toolbar' } ,
38+ { path : 'virtual-scroll' , title : 'Virtual Scroll' } ,
39+ { path : 'mdc-button' , title : 'MDC Button' } ,
40+ { path : 'mdc-card' , title : 'MDC Card' } ,
41+ { path : 'mdc-checkbox' , title : 'MDC Checkbox' } ,
42+ { path : 'mdc-chips' , title : 'MDC Chips' } ,
43+ { path : 'mdc-dialog' , title : 'MDC Dialog' } ,
44+ { path : 'mdc-input' , title : 'MDC Input' } ,
45+ { path : 'mdc-menu' , title : 'MDC Menu' } ,
46+ { path : 'mdc-radio' , title : 'MDC Radio' } ,
47+ { path : 'mdc-slide-toggle' , title : 'MDC Slide Toggle' } ,
48+ { path : 'mdc-table' , title : 'MDC Table' } ,
49+ { path : 'mdc-tabs' , title : 'MDC Tabs' } ,
50+ { path : 'mdc-progress-bar' , title : 'MDC Progress bar' } ,
51+ { path : 'mdc-progress-spinner' , title : 'MDC Progress spinner' }
52+ ] ;
1553}
0 commit comments