We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db5690 commit e766a06Copy full SHA for e766a06
src/demo-app/dialog/dialog-demo.ts
@@ -23,7 +23,7 @@ export class DialogDemo {
23
}
24
};
25
26
- constructor(public dialog: MdDialog, @Inject(DOCUMENT) doc: Document) {
+ constructor(public dialog: MdDialog, @Inject(DOCUMENT) doc: any) {
27
// Possible useful example for the open and closeAll events.
28
// Adding a class to the body if a dialog opens and
29
// removing it after all open dialogs are closed
0 commit comments