Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dce5cf

Browse files
committed
fixup! feat(platform-server): update server bootstrap API
1 parent 3615fd4 commit 9dce5cf

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

‎goldens/public-api/platform-browser/index.api.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { HttpTransferCacheOptions } from '@angular/common/http';
1414
import * as i0 from '@angular/core';
1515
import * as i1 from '@angular/common';
1616
import { InjectionToken } from '@angular/core';
17-
import { Injector } from '@angular/core';
1817
import { ListenerOptions } from '@angular/core';
1918
import { NgZone } from '@angular/core';
2019
import { PlatformRef } from '@angular/core';
@@ -27,7 +26,7 @@ import { Type } from '@angular/core';
2726
import { Version } from '@angular/core';
2827

2928
// @public
30-
export function bootstrapApplication(rootComponent: Type<unknown>, options?: ApplicationConfig, platformInjector?: Injector): Promise<ApplicationRef>;
29+
export function bootstrapApplication(rootComponent: Type<unknown>, options?: ApplicationConfig): Promise<ApplicationRef>;
3130

3231
// @public
3332
export class BrowserModule {

‎packages/core/test/bundling/animations-standalone/bundle.golden_symbols.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
"bloomHashBitOrFactory",
361361
"bootstrap",
362362
"bootstrapApplication",
363+
"bootstrapApplicationInternal",
363364
"borrowReactiveLViewConsumer",
364365
"buildAnimationAst",
365366
"buildAnimationTimelines",

‎packages/core/test/bundling/defer/bundle.golden_symbols.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"addServerStyles",
4242
"baseElement",
4343
"bootstrapApplication",
44+
"bootstrapApplicationInternal",
4445
"createLinkElement",
4546
"createProvidersConfig",
4647
"createStyleElement",
@@ -58,7 +59,6 @@
5859
"shimStylesContent"
5960
],
6061
"lazy": [
61-
"DeferComponent",
6262
"AFTER_RENDER_SEQUENCES_TO_ADD",
6363
"ANIMATIONS_DISABLED",
6464
"APP_BOOTSTRAP_LISTENER",
@@ -754,7 +754,8 @@
754754
"wasLastNodeCreated",
755755
"writeDirectClass",
756756
"writeDirectStyle",
757-
"writeToDirectiveInput"
757+
"writeToDirectiveInput",
758+
"DeferComponent"
758759
]
759760
}
760761
}

‎packages/core/test/bundling/hydration/bundle.golden_symbols.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
"bloomHashBitOrFactory",
321321
"bootstrap",
322322
"bootstrapApplication",
323+
"bootstrapApplicationInternal",
323324
"borrowReactiveLViewConsumer",
324325
"cacheMatchingLocalNames",
325326
"calcSerializedContainerSize",

‎packages/core/test/bundling/router/bundle.golden_symbols.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@
439439
"booleanAttribute",
440440
"bootstrap",
441441
"bootstrapApplication",
442+
"bootstrapApplicationInternal",
442443
"borrowReactiveLViewConsumer",
443444
"cacheMatchingLocalNames",
444445
"callHook",

‎packages/core/test/bundling/standalone_bootstrap/bundle.golden_symbols.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"bloomHashBitOrFactory",
264264
"bootstrap",
265265
"bootstrapApplication",
266+
"bootstrapApplicationInternal",
266267
"borrowReactiveLViewConsumer",
267268
"cacheMatchingLocalNames",
268269
"callHook",

0 commit comments

Comments
 (0)