Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 5f198a3

Browse files
fix(demo): import MdCheckboxModule
1 parent df46d7a commit 5f198a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/demo-app/app/shared/demo-material-module.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {NgModule} from '@angular/core';
33
import {
44
MdButtonModule,
55
MdCardModule,
6+
MdCheckboxModule,
67
MdRadioModule,
78
MdRippleModule,
89
StyleModule
@@ -18,6 +19,7 @@ import {ObserversModule} from '@angular/cdk/observers';
1819
exports: [
1920
MdButtonModule,
2021
MdCardModule,
22+
MdCheckboxModule,
2123
MdRadioModule,
2224
MdRippleModule,
2325
StyleModule,

0 commit comments

Comments
 (0)