File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ import {
81
81
} from '@angular/material' ;
82
82
import { CdkTableModule } from '@angular/cdk' ;
83
83
import { TableHeaderDemo } from './table/table-header-demo' ;
84
+ import { StickyHeaderDemo } from './sticky-header/sticky-header-demo' ;
84
85
85
86
/**
86
87
* NgModule that includes all Material modules that are required to serve the demo-app.
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import {DatepickerDemo} from '../datepicker/datepicker-demo';
36
36
import { TableDemo } from '../table/table-demo' ;
37
37
import { TypographyDemo } from '../typography/typography-demo' ;
38
38
import { ExpansionDemo } from '../expansion/expansion-demo' ;
39
+ import { StickyHeaderDemo } from '../sticky-header/sticky-header-demo' ;
39
40
40
41
export const DEMO_APP_ROUTES : Routes = [
41
42
{ path : '' , component : Home } ,
You can’t perform that action at this time.
0 commit comments