UNPKG

801 BTypeScriptView Raw
1/**
2 * @license Angular v17.3.7
3 * (c) 2010-2024 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7
8import * as i0 from '@angular/core';
9import * as i1 from '@angular/platform-browser';
10import { PlatformRef } from '@angular/core';
11import { StaticProvider } from '@angular/core';
12
13/**
14 * NgModule for testing.
15 *
16 * @publicApi
17 */
18export declare class BrowserTestingModule {
19 static ɵfac: i0.ɵɵFactoryDeclaration<BrowserTestingModule, never>;
20 static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof i1.BrowserModule]>;
21 static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
22}
23
24/**
25 * Platform for testing
26 *
27 * @publicApi
28 */
29export declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
30
31export { }