/** * @license Angular v20.0.5 * (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'; /** * @deprecated Use the `platformBrowserTesting` function instead from `@angular/platform-browser/testing`. * In case you are not in a CLI app and rely on JIT compilation, you might also need to import `@angular/compiler` */ declare const platformBrowserDynamicTesting: (extraProviders?: StaticProvider[]) => PlatformRef; /** * NgModule for testing. * * @deprecated Use the `BrowserTestingModule` from `@angular/platform-browser/testing` instead. */ declare class BrowserDynamicTestingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { BrowserDynamicTestingModule, platformBrowserDynamicTesting };