File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import {StyleModule} from './core/style/index';
4646import { MdDatepickerModule } from './datepicker/index' ;
4747import { CdkDataTableModule } from './core/data-table/index' ;
4848import { MdExpansionModule } from './expansion/index' ;
49- import { CdkStickyHeaderModule } from './sticky-header/index' ;
49+ import { StickyHeaderModule } from './sticky-header/index' ;
5050
5151const MATERIAL_MODULES = [
5252 MdAutocompleteModule ,
@@ -84,7 +84,7 @@ const MATERIAL_MODULES = [
8484 MdCommonModule ,
8585 ObserveContentModule ,
8686 CdkDataTableModule ,
87- CdkStickyHeaderModule ,
87+ StickyHeaderModule ,
8888] ;
8989
9090/** @deprecated */
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {CdkStickyRegion, CdkStickyHeader} from './sticky-header-dir';
1717 declarations : [ CdkStickyRegion , CdkStickyHeader ] ,
1818 exports : [ CdkStickyRegion , CdkStickyHeader , MdCommonModule ] ,
1919} )
20- export class CdkStickyHeaderModule { }
20+ export class StickyHeaderModule { }
2121
2222
2323export * from './sticky-header-dir' ;
You can’t perform that action at this time.
0 commit comments