Skip to content

Commit

Permalink
fix(demo): import MdCheckboxModule
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Sep 8, 2017
1 parent df46d7a commit 5f198a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/demo-app/app/shared/demo-material-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {NgModule} from '@angular/core';
import {
MdButtonModule,
MdCardModule,
MdCheckboxModule,
MdRadioModule,
MdRippleModule,
StyleModule
Expand All @@ -18,6 +19,7 @@ import {ObserversModule} from '@angular/cdk/observers';
exports: [
MdButtonModule,
MdCardModule,
MdCheckboxModule,
MdRadioModule,
MdRippleModule,
StyleModule,
Expand Down

0 comments on commit 5f198a3

Please sign in to comment.