Skip to content

Commit

Permalink
chore: fix focus origin demo (#5062)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and kara committed Jun 12, 2017
1 parent 4bb3c8b commit f2de538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/demo-app/demo-app-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ import {
MdTabsModule,
MdToolbarModule,
MdTooltipModule,
OverlayContainer
OverlayContainer,
StyleModule
} from '@angular/material';
import {TableHeaderDemo} from './data-table/table-header-demo';

Expand Down Expand Up @@ -111,6 +112,7 @@ import {TableHeaderDemo} from './data-table/table-header-demo';
MdTooltipModule,
MdNativeDateModule,
CdkDataTableModule,
StyleModule
]
})
export class DemoMaterialModule {}
Expand Down

0 comments on commit f2de538

Please sign in to comment.