mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
/** @stable */
|
|
export declare class BrowserTestingModule {
|
|
}
|
|
|
|
/** @stable */
|
|
export declare const platformBrowserTesting: (extraProviders?: Provider[]) => PlatformRef;
|