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 f60d66c commit 736a92aCopy full SHA for 736a92a
Chapter_07/web/main.dart
@@ -12,7 +12,8 @@ library recipe_book;
12
'angular.core.dom',
13
'angular.core.parser',
14
'angular.routing',
15
- NodeTreeSanitizer],
+ NodeTreeSanitizer
16
+ ],
17
metaTargets: const [
18
NgInjectableService,
19
NgComponent,
@@ -60,6 +61,5 @@ main() {
60
61
window.console.log(r.message);
62
});
63
- ngBootstrap(module: new MyAppModule(),
64
- injectorFactory: (modules) => init.createInjector(modules));
+ ngBootstrap(module: new MyAppModule(), injectorFactory: init.createInjector);
65
}
0 commit comments