fix(bootstrap): swap coreBootstrap() and coreLoadAndBootstrap() arguments
This commit is contained in:
@ -11,5 +11,5 @@ class MyApp {
|
||||
var platform = createPlatform(ReflectiveInjector.resolveAndCreate(BROWSER_PLATFORM_PROVIDERS));
|
||||
var appInjector = ReflectiveInjector.resolveAndCreate([BROWSER_APP_STATIC_PROVIDERS, appProviders],
|
||||
platform.injector);
|
||||
coreLoadAndBootstrap(appInjector, MyApp);
|
||||
coreLoadAndBootstrap(MyApp, appInjector);
|
||||
// #enddocregion
|
||||
|
Reference in New Issue
Block a user