We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2659407 commit a43fc09Copy full SHA for a43fc09
1 file changed
src/components/dialog/mdl-dialog.service.ts
@@ -178,7 +178,7 @@ export class MdlDialogService {
178
179
constructor(
180
private componentFactoryResolver: ComponentFactoryResolver,
181
- @Inject(DOCUMENT) private doc: HTMLDocument) {
+ @Inject(DOCUMENT) private doc: any) {
182
183
// create the overlay - that we will need to block the ui in case of modal dialogs
184
// TODO bad angular design
0 commit comments