Skip to content

Commit e766a06

Browse files
committed
fixed demo for aot
1 parent 7db5690 commit e766a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/dialog/dialog-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class DialogDemo {
2323
}
2424
};
2525

26-
constructor(public dialog: MdDialog, @Inject(DOCUMENT) doc: Document) {
26+
constructor(public dialog: MdDialog, @Inject(DOCUMENT) doc: any) {
2727
// Possible useful example for the open and closeAll events.
2828
// Adding a class to the body if a dialog opens and
2929
// removing it after all open dialogs are closed

0 commit comments

Comments
 (0)