mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- `precompile` -> `entryComponents` - introduce `ModuleWithProviders` - introduce `@NgModule.schema` - update to bootstrap Closes #10268
15 lines
451 B
TypeScript
15 lines
451 B
TypeScript
/** @experimental */
|
|
export declare const platformServerTesting: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
/** @experimental */
|
|
export declare class ServerTestingModule {
|
|
}
|
|
|
|
/** @deprecated */
|
|
export declare const serverTestingPlatform: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;
|