Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
31
my-app/node_modules/@angular/platform-browser/testing/index.d.ts
generated
vendored
Executable file
31
my-app/node_modules/@angular/platform-browser/testing/index.d.ts
generated
vendored
Executable file
|
@ -0,0 +1,31 @@
|
|||
/**
|
||||
* @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 { }
|
Loading…
Add table
Add a link
Reference in a new issue