Skip to content

Commit a43fc09

Browse files
committed
set htmldocument to any to enable aot
1 parent 2659407 commit a43fc09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/dialog/mdl-dialog.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class MdlDialogService {
178178

179179
constructor(
180180
private componentFactoryResolver: ComponentFactoryResolver,
181-
@Inject(DOCUMENT) private doc: HTMLDocument) {
181+
@Inject(DOCUMENT) private doc: any) {
182182

183183
// create the overlay - that we will need to block the ui in case of modal dialogs
184184
// TODO bad angular design

0 commit comments

Comments
 (0)