@angular/platform-browser-dynamic
Version:
Angular - library for using Angular in a web browser with JIT compilation
27 lines (23 loc) • 824 B
TypeScript
/**
* @license Angular v19.2.9
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT
*/
import * as i0 from '@angular/core';
import { StaticProvider, PlatformRef } from '@angular/core';
import * as i1 from '@angular/platform-browser/testing';
/**
* @publicApi
*/
declare const platformBrowserDynamicTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
/**
* NgModule for testing.
*
* @publicApi
*/
declare class BrowserDynamicTestingModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserDynamicTestingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserDynamicTestingModule, never, never, [typeof i1.BrowserTestingModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BrowserDynamicTestingModule>;
}
export { BrowserDynamicTestingModule, platformBrowserDynamicTesting };