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 06a9223 commit b1562b3Copy full SHA for b1562b3
package.json
@@ -25,7 +25,7 @@
25
"core-js": "^2.4.1",
26
"rxjs": "^5.0.1",
27
"ts-helpers": "^1.1.1",
28
- "zone.js": "^0.7.2"
+ "zone.js": "0.7.2"
29
},
30
"devDependencies": {
31
"@angular/compiler-cli": "^2.3.1",
src/app/app.module.ts
@@ -19,6 +19,7 @@ import { ExampleDialogComponent } from './example-dialog/example-dialog.componen
19
MaterialModule.forRoot()
20
],
21
providers: [],
22
- bootstrap: [AppComponent, ExampleDialogComponent]
+ bootstrap: [AppComponent],
23
+ entryComponents: [ExampleDialogComponent]
24
})
export class AppModule { }
0 commit comments