horse-betting/btc-ui-app-2/node_modules/@angular/platform-browser/testing/index.d.ts
2025-06-19 16:39:08 +05:30

30 lines
819 B
TypeScript
Executable File

/**
* @license Angular v20.0.4
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT
*/
import * as i0 from '@angular/core';
import { StaticProvider, PlatformRef } from '@angular/core';
import { BrowserModule } from '../browser.d-DlTxfqBL.js';
import '@angular/common';
/**
* Platform for testing
*
* @publicApi
*/
declare const platformBrowserTesting: (extraProviders?: StaticProvider[]) => PlatformRef;
/**
* NgModule for testing.
*
* @publicApi
*/
declare class BrowserTestingModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserTestingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof BrowserModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
}
export { BrowserTestingModule, platformBrowserTesting };