File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {AccessibilityDemoModule} from './a11y/a11y-module';
3030 EntryApp ,
3131 ] ,
3232 entryComponents : [
33- EntryApp
33+ EntryApp ,
3434 ] ,
3535} )
3636export class DemoAppModule {
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ import {TableDemoModule} from '../table/table-demo-module';
134134 RotiniPanel ,
135135 ScienceJoke ,
136136 SpagettiPanel ,
137- CustomHeader ,
137+ CustomHeader ,
138138 ] ,
139139} )
140140export class DemoModule { }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ import {PortalModule} from '@angular/cdk/portal';
7070 ] ,
7171 entryComponents : [
7272 MatDatepickerContent ,
73- DefaultHeader ,
73+ DefaultHeader ,
7474 ]
7575} )
7676export class MatDatepickerModule { }
You can’t perform that action at this time.
0 commit comments