UNPKG

615 BTypeScriptView Raw
1/**
2 * @license Angular v12.1.4
3 * (c) 2010-2021 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7import { NgZone } from '@angular/core';
8import { PlatformRef } from '@angular/core';
9import { StaticProvider } from '@angular/core';
10
11/**
12 * NgModule for testing.
13 *
14 * @publicApi
15 */
16export declare class BrowserTestingModule {
17}
18
19/**
20 * Platform for testing
21 *
22 * @publicApi
23 */
24export declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
25
26export declare function ɵangular_packages_platform_browser_testing_testing_a(): NgZone;
27
28export { }