package.testing.index.d.ts Maven / Gradle / Ivy
/**
* @license Angular v18.2.1
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
import * as i0 from '@angular/core';
import * as i1 from '@angular/platform-browser';
import { PlatformRef } from '@angular/core';
import { StaticProvider } from '@angular/core';
/**
* NgModule for testing.
*
* @publicApi
*/
export declare class BrowserTestingModule {
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵmod: i0.ɵɵNgModuleDeclaration;
static ɵinj: i0.ɵɵInjectorDeclaration;
}
/**
* Platform for testing
*
* @publicApi
*/
export declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
export { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy