@angular/platform-browser 20.0.0-next.4 → 20.0.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/animations/async/index.d.ts +1 -1
- package/animations/index.d.ts +7 -5
- package/browser.d-DbBsQuw9.d.ts +130 -0
- package/fesm2022/animations/async.mjs +6 -6
- package/fesm2022/animations/async.mjs.map +1 -1
- package/fesm2022/animations.mjs +15 -14
- package/fesm2022/animations.mjs.map +1 -1
- package/fesm2022/browser-6JTYoVGl.mjs +558 -0
- package/fesm2022/browser-6JTYoVGl.mjs.map +1 -0
- package/fesm2022/dom_renderer-B-2OOwSx.mjs +783 -0
- package/fesm2022/dom_renderer-B-2OOwSx.mjs.map +1 -0
- package/fesm2022/platform-browser.mjs +33 -1347
- package/fesm2022/platform-browser.mjs.map +1 -1
- package/fesm2022/testing.mjs +10 -9
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +6 -123
- package/package.json +5 -5
- package/testing/index.d.ts +4 -3
package/fesm2022/testing.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v20.0.0-next.
|
2
|
+
* @license Angular v20.0.0-next.5
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -9,7 +9,8 @@ import { MockPlatformLocation } from '@angular/common/testing';
|
|
9
9
|
import * as i0 from '@angular/core';
|
10
10
|
import { Inject, Injectable, createPlatformFactory, APP_ID, ɵinternalProvideZoneChangeDetection as _internalProvideZoneChangeDetection, ɵChangeDetectionSchedulerImpl as _ChangeDetectionSchedulerImpl, ɵChangeDetectionScheduler as _ChangeDetectionScheduler, NgModule } from '@angular/core';
|
11
11
|
import { TestComponentRenderer } from '@angular/core/testing';
|
12
|
-
import { platformBrowser, BrowserModule } from '
|
12
|
+
import { p as platformBrowser, B as BrowserModule } from './browser-6JTYoVGl.mjs';
|
13
|
+
import './dom_renderer-B-2OOwSx.mjs';
|
13
14
|
|
14
15
|
/**
|
15
16
|
* A DOM based implementation of the TestComponentRenderer.
|
@@ -42,10 +43,10 @@ class DOMTestComponentRenderer extends TestComponentRenderer {
|
|
42
43
|
_getDOM().remove(oldRoots[i]);
|
43
44
|
}
|
44
45
|
}
|
45
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
46
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
47
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DOMTestComponentRenderer });
|
47
48
|
}
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
|
49
50
|
type: Injectable
|
50
51
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
51
52
|
type: Inject,
|
@@ -64,9 +65,9 @@ const platformBrowserTesting = createPlatformFactory(platformBrowser, 'browserTe
|
|
64
65
|
* @publicApi
|
65
66
|
*/
|
66
67
|
class BrowserTestingModule {
|
67
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
68
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.
|
69
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.
|
68
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: BrowserTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
69
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5", ngImport: i0, type: BrowserTestingModule, exports: [BrowserModule] });
|
70
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: BrowserTestingModule, providers: [
|
70
71
|
{ provide: APP_ID, useValue: 'a' },
|
71
72
|
_internalProvideZoneChangeDetection({}),
|
72
73
|
{ provide: _ChangeDetectionScheduler, useExisting: _ChangeDetectionSchedulerImpl },
|
@@ -74,7 +75,7 @@ class BrowserTestingModule {
|
|
74
75
|
{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer },
|
75
76
|
], imports: [BrowserModule] });
|
76
77
|
}
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: BrowserTestingModule, decorators: [{
|
78
79
|
type: NgModule,
|
79
80
|
args: [{
|
80
81
|
exports: [BrowserModule],
|
package/fesm2022/testing.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"testing.mjs","sources":["../../../../../../packages/platform-browser/testing/src/dom_test_component_renderer.ts","../../../../../../packages/platform-browser/testing/src/browser.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {DOCUMENT, ɵgetDOM as getDOM} from '@angular/common';\nimport {Inject, Injectable} from '@angular/core';\nimport {TestComponentRenderer} from '@angular/core/testing';\n\n/**\n * A DOM based implementation of the TestComponentRenderer.\n */\n@Injectable()\nexport class DOMTestComponentRenderer extends TestComponentRenderer {\n constructor(@Inject(DOCUMENT) private _doc: any) {\n super();\n }\n\n override insertRootElement(rootElId: string) {\n this.removeAllRootElementsImpl();\n const rootElement = getDOM().getDefaultDocument().createElement('div');\n rootElement.setAttribute('id', rootElId);\n this._doc.body.appendChild(rootElement);\n }\n\n override removeAllRootElements() {\n // Check whether the `DOCUMENT` instance retrieved from DI contains\n // the necessary function to complete the cleanup. In tests that don't\n // interact with DOM, the `DOCUMENT` might be mocked and some functions\n // might be missing. For such tests, DOM cleanup is not required and\n // we skip the logic if there are missing functions.\n if (typeof this._doc.querySelectorAll === 'function') {\n this.removeAllRootElementsImpl();\n }\n }\n\n private removeAllRootElementsImpl() {\n const oldRoots = this._doc.querySelectorAll('[id^=root]');\n for (let i = 0; i < oldRoots.length; i++) {\n getDOM().remove(oldRoots[i]);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {PlatformLocation} from '@angular/common';\nimport {MockPlatformLocation} from '@angular/common/testing';\nimport {\n APP_ID,\n createPlatformFactory,\n NgModule,\n StaticProvider,\n ɵinternalProvideZoneChangeDetection as internalProvideZoneChangeDetection,\n ɵChangeDetectionScheduler as ChangeDetectionScheduler,\n ɵChangeDetectionSchedulerImpl as ChangeDetectionSchedulerImpl,\n} from '@angular/core';\nimport {TestComponentRenderer} from '@angular/core/testing';\nimport {BrowserModule, platformBrowser} from '
|
1
|
+
{"version":3,"file":"testing.mjs","sources":["../../../../../../packages/platform-browser/testing/src/dom_test_component_renderer.ts","../../../../../../packages/platform-browser/testing/src/browser.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {DOCUMENT, ɵgetDOM as getDOM} from '@angular/common';\nimport {Inject, Injectable} from '@angular/core';\nimport {TestComponentRenderer} from '@angular/core/testing';\n\n/**\n * A DOM based implementation of the TestComponentRenderer.\n */\n@Injectable()\nexport class DOMTestComponentRenderer extends TestComponentRenderer {\n constructor(@Inject(DOCUMENT) private _doc: any) {\n super();\n }\n\n override insertRootElement(rootElId: string) {\n this.removeAllRootElementsImpl();\n const rootElement = getDOM().getDefaultDocument().createElement('div');\n rootElement.setAttribute('id', rootElId);\n this._doc.body.appendChild(rootElement);\n }\n\n override removeAllRootElements() {\n // Check whether the `DOCUMENT` instance retrieved from DI contains\n // the necessary function to complete the cleanup. In tests that don't\n // interact with DOM, the `DOCUMENT` might be mocked and some functions\n // might be missing. For such tests, DOM cleanup is not required and\n // we skip the logic if there are missing functions.\n if (typeof this._doc.querySelectorAll === 'function') {\n this.removeAllRootElementsImpl();\n }\n }\n\n private removeAllRootElementsImpl() {\n const oldRoots = this._doc.querySelectorAll('[id^=root]');\n for (let i = 0; i < oldRoots.length; i++) {\n getDOM().remove(oldRoots[i]);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {PlatformLocation} from '@angular/common';\nimport {MockPlatformLocation} from '@angular/common/testing';\nimport {\n APP_ID,\n createPlatformFactory,\n NgModule,\n StaticProvider,\n ɵinternalProvideZoneChangeDetection as internalProvideZoneChangeDetection,\n ɵChangeDetectionScheduler as ChangeDetectionScheduler,\n ɵChangeDetectionSchedulerImpl as ChangeDetectionSchedulerImpl,\n} from '@angular/core';\nimport {TestComponentRenderer} from '@angular/core/testing';\nimport {BrowserModule, platformBrowser} from '../../index';\nimport {DOMTestComponentRenderer} from './dom_test_component_renderer';\n\n/**\n * Platform for testing\n *\n * @publicApi\n */\nexport const platformBrowserTesting = createPlatformFactory(platformBrowser, 'browserTesting');\n\n/**\n * NgModule for testing.\n *\n * @publicApi\n */\n@NgModule({\n exports: [BrowserModule],\n providers: [\n {provide: APP_ID, useValue: 'a'},\n internalProvideZoneChangeDetection({}),\n {provide: ChangeDetectionScheduler, useExisting: ChangeDetectionSchedulerImpl},\n {provide: PlatformLocation, useClass: MockPlatformLocation},\n {provide: TestComponentRenderer, useClass: DOMTestComponentRenderer},\n ],\n})\nexport class BrowserTestingModule {}\n"],"names":["getDOM","internalProvideZoneChangeDetection","ChangeDetectionScheduler","ChangeDetectionSchedulerImpl"],"mappings":"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"}
|
package/index.d.ts
CHANGED
@@ -1,133 +1,15 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v20.0.0-next.
|
2
|
+
* @license Angular v20.0.0-next.5
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
|
7
|
+
export { A as ApplicationConfig, B as BrowserModule, b as bootstrapApplication, c as createApplication, p as platformBrowser, a as provideProtractorTestingSupport } from './browser.d-DbBsQuw9.js';
|
7
8
|
import * as i0 from '@angular/core';
|
8
|
-
import {
|
9
|
-
import
|
9
|
+
import { ComponentRef, Predicate, DebugNode, DebugElement, Type, InjectionToken, NgZone, ListenerOptions, OnDestroy, RendererFactory2, ɵTracingService as _TracingService, ɵTracingSnapshot as _TracingSnapshot, RendererType2, Renderer2, Injector, Sanitizer, SecurityContext, Provider, EnvironmentProviders, GetTestability, TestabilityRegistry, Testability, Version } from '@angular/core';
|
10
|
+
import { HttpTransferCacheOptions } from '@angular/common/http';
|
10
11
|
import { ɵDomAdapter as _DomAdapter } from '@angular/common';
|
11
12
|
export { ɵgetDOM } from '@angular/common';
|
12
|
-
import { HttpTransferCacheOptions } from '@angular/common/http';
|
13
|
-
|
14
|
-
/**
|
15
|
-
* Set of config options available during the application bootstrap operation.
|
16
|
-
*
|
17
|
-
* @publicApi
|
18
|
-
*
|
19
|
-
* @deprecated
|
20
|
-
* `ApplicationConfig` has moved, please import `ApplicationConfig` from `@angular/core` instead.
|
21
|
-
*/
|
22
|
-
type ApplicationConfig = ApplicationConfig$1;
|
23
|
-
|
24
|
-
/**
|
25
|
-
* Bootstraps an instance of an Angular application and renders a standalone component as the
|
26
|
-
* application's root component. More information about standalone components can be found in [this
|
27
|
-
* guide](guide/components/importing).
|
28
|
-
*
|
29
|
-
* @usageNotes
|
30
|
-
* The root component passed into this function *must* be a standalone one (should have the
|
31
|
-
* `standalone: true` flag in the `@Component` decorator config).
|
32
|
-
*
|
33
|
-
* ```angular-ts
|
34
|
-
* @Component({
|
35
|
-
* standalone: true,
|
36
|
-
* template: 'Hello world!'
|
37
|
-
* })
|
38
|
-
* class RootComponent {}
|
39
|
-
*
|
40
|
-
* const appRef: ApplicationRef = await bootstrapApplication(RootComponent);
|
41
|
-
* ```
|
42
|
-
*
|
43
|
-
* You can add the list of providers that should be available in the application injector by
|
44
|
-
* specifying the `providers` field in an object passed as the second argument:
|
45
|
-
*
|
46
|
-
* ```ts
|
47
|
-
* await bootstrapApplication(RootComponent, {
|
48
|
-
* providers: [
|
49
|
-
* {provide: BACKEND_URL, useValue: 'https://yourdomain.com/api'}
|
50
|
-
* ]
|
51
|
-
* });
|
52
|
-
* ```
|
53
|
-
*
|
54
|
-
* The `importProvidersFrom` helper method can be used to collect all providers from any
|
55
|
-
* existing NgModule (and transitively from all NgModules that it imports):
|
56
|
-
*
|
57
|
-
* ```ts
|
58
|
-
* await bootstrapApplication(RootComponent, {
|
59
|
-
* providers: [
|
60
|
-
* importProvidersFrom(SomeNgModule)
|
61
|
-
* ]
|
62
|
-
* });
|
63
|
-
* ```
|
64
|
-
*
|
65
|
-
* Note: the `bootstrapApplication` method doesn't include [Testability](api/core/Testability) by
|
66
|
-
* default. You can add [Testability](api/core/Testability) by getting the list of necessary
|
67
|
-
* providers using `provideProtractorTestingSupport()` function and adding them into the `providers`
|
68
|
-
* array, for example:
|
69
|
-
*
|
70
|
-
* ```ts
|
71
|
-
* import {provideProtractorTestingSupport} from '@angular/platform-browser';
|
72
|
-
*
|
73
|
-
* await bootstrapApplication(RootComponent, {providers: [provideProtractorTestingSupport()]});
|
74
|
-
* ```
|
75
|
-
*
|
76
|
-
* @param rootComponent A reference to a standalone component that should be rendered.
|
77
|
-
* @param options Extra configuration for the bootstrap operation, see `ApplicationConfig` for
|
78
|
-
* additional info.
|
79
|
-
* @returns A promise that returns an `ApplicationRef` instance once resolved.
|
80
|
-
*
|
81
|
-
* @publicApi
|
82
|
-
*/
|
83
|
-
declare function bootstrapApplication(rootComponent: Type<unknown>, options?: ApplicationConfig): Promise<ApplicationRef>;
|
84
|
-
/**
|
85
|
-
* Create an instance of an Angular application without bootstrapping any components. This is useful
|
86
|
-
* for the situation where one wants to decouple application environment creation (a platform and
|
87
|
-
* associated injectors) from rendering components on a screen. Components can be subsequently
|
88
|
-
* bootstrapped on the returned `ApplicationRef`.
|
89
|
-
*
|
90
|
-
* @param options Extra configuration for the application environment, see `ApplicationConfig` for
|
91
|
-
* additional info.
|
92
|
-
* @returns A promise that returns an `ApplicationRef` instance once resolved.
|
93
|
-
*
|
94
|
-
* @publicApi
|
95
|
-
*/
|
96
|
-
declare function createApplication(options?: ApplicationConfig): Promise<ApplicationRef>;
|
97
|
-
/**
|
98
|
-
* Returns a set of providers required to setup [Testability](api/core/Testability) for an
|
99
|
-
* application bootstrapped using the `bootstrapApplication` function. The set of providers is
|
100
|
-
* needed to support testing an application with Protractor (which relies on the Testability APIs
|
101
|
-
* to be present).
|
102
|
-
*
|
103
|
-
* @returns An array of providers required to setup Testability for an application and make it
|
104
|
-
* available for testing using Protractor.
|
105
|
-
*
|
106
|
-
* @publicApi
|
107
|
-
*/
|
108
|
-
declare function provideProtractorTestingSupport(): Provider[];
|
109
|
-
/**
|
110
|
-
* A factory function that returns a `PlatformRef` instance associated with browser service
|
111
|
-
* providers.
|
112
|
-
*
|
113
|
-
* @publicApi
|
114
|
-
*/
|
115
|
-
declare const platformBrowser: (extraProviders?: StaticProvider[]) => PlatformRef;
|
116
|
-
/**
|
117
|
-
* Exports required infrastructure for all Angular apps.
|
118
|
-
* Included by default in all Angular apps created with the CLI
|
119
|
-
* `new` command.
|
120
|
-
* Re-exports `CommonModule` and `ApplicationModule`, making their
|
121
|
-
* exports and providers available to all apps.
|
122
|
-
*
|
123
|
-
* @publicApi
|
124
|
-
*/
|
125
|
-
declare class BrowserModule {
|
126
|
-
constructor();
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserModule, never>;
|
128
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserModule, never, never, [typeof i1.CommonModule, typeof i0.ApplicationModule]>;
|
129
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BrowserModule>;
|
130
|
-
}
|
131
13
|
|
132
14
|
/**
|
133
15
|
* Represents the attributes of an HTML `<meta>` element. The element itself is
|
@@ -1010,4 +892,5 @@ declare const enum RuntimeErrorCode {
|
|
1010
892
|
*/
|
1011
893
|
declare const VERSION: Version;
|
1012
894
|
|
1013
|
-
export {
|
895
|
+
export { By, DomSanitizer, EVENT_MANAGER_PLUGINS, EventManager, EventManagerPlugin, HAMMER_GESTURE_CONFIG, HAMMER_LOADER, HammerGestureConfig, HammerModule, HydrationFeatureKind, Meta, REMOVE_STYLES_ON_COMPONENT_DESTROY, Title, VERSION, disableDebugTools, enableDebugTools, provideClientHydration, withEventReplay, withHttpTransferCacheOptions, withI18nSupport, withIncrementalHydration, withNoHttpTransferCache, BrowserDomAdapter as ɵBrowserDomAdapter, BrowserGetTestability as ɵBrowserGetTestability, DomEventsPlugin as ɵDomEventsPlugin, DomRendererFactory2 as ɵDomRendererFactory2, DomSanitizerImpl as ɵDomSanitizerImpl, HammerGesturesPlugin as ɵHammerGesturesPlugin, KeyEventsPlugin as ɵKeyEventsPlugin, RuntimeErrorCode as ɵRuntimeErrorCode, SharedStylesHost as ɵSharedStylesHost };
|
896
|
+
export type { HammerLoader, HydrationFeature, MetaDefinition, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle, SafeUrl, SafeValue };
|
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@angular/platform-browser",
|
3
|
-
"version": "20.0.0-next.
|
3
|
+
"version": "20.0.0-next.5",
|
4
4
|
"description": "Angular - library for using Angular in a web browser",
|
5
5
|
"author": "angular",
|
6
6
|
"license": "MIT",
|
7
7
|
"engines": {
|
8
|
-
"node": "^
|
8
|
+
"node": "^20.11.1 || >=22.11.0"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
11
|
"tslib": "^2.3.0"
|
12
12
|
},
|
13
13
|
"peerDependencies": {
|
14
|
-
"@angular/animations": "20.0.0-next.
|
15
|
-
"@angular/core": "20.0.0-next.
|
16
|
-
"@angular/common": "20.0.0-next.
|
14
|
+
"@angular/animations": "20.0.0-next.5",
|
15
|
+
"@angular/core": "20.0.0-next.5",
|
16
|
+
"@angular/common": "20.0.0-next.5"
|
17
17
|
},
|
18
18
|
"peerDependenciesMeta": {
|
19
19
|
"@angular/animations": {
|
package/testing/index.d.ts
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v20.0.0-next.
|
2
|
+
* @license Angular v20.0.0-next.5
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
6
6
|
|
7
7
|
import * as i0 from '@angular/core';
|
8
8
|
import { StaticProvider } from '@angular/core';
|
9
|
-
import
|
9
|
+
import { B as BrowserModule } from '../browser.d-DbBsQuw9.js';
|
10
|
+
import '@angular/common';
|
10
11
|
|
11
12
|
/**
|
12
13
|
* Platform for testing
|
@@ -21,7 +22,7 @@ declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => i0.
|
|
21
22
|
*/
|
22
23
|
declare class BrowserTestingModule {
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserTestingModule, never>;
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof BrowserModule]>;
|
25
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
|
26
27
|
}
|
27
28
|
|