31 lines
		
	
	
	
		
			801 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			801 B
		
	
	
	
		
			TypeScript
		
	
	
		
			Executable file
		
	
	
	
	
/**
 | 
						|
 * @license Angular v17.1.3
 | 
						|
 * (c) 2010-2022 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<BrowserTestingModule, never>;
 | 
						|
    static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof i1.BrowserModule]>;
 | 
						|
    static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
 | 
						|
}
 | 
						|
 | 
						|
/**
 | 
						|
 * Platform for testing
 | 
						|
 *
 | 
						|
 * @publicApi
 | 
						|
 */
 | 
						|
export declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
 | 
						|
 | 
						|
export { }
 |