Julie Ralph 29231877e6 fix(testing): reintroduce and deprecate setBaseTestProviders (#9905)
This change reverts the removal of setBaseTestProviders that was
introduced in 8d746e3f6795c8840116f4649a37a1efb4243eb9.

Instead, setBaseTestProviders and the providers provided from
`@angular/platform-browser-dynamic/testing` and `@angular/server/testing`
will still work for the next release, but are deprecated.

See 8d746e3f6795c8840116f4649a37a1efb4243eb9 for how to upgrade.
2016-07-11 14:01:11 -07:00

13 lines
312 B
TypeScript

/** @stable */
export declare class ServerTestModule {
}
/** @experimental */
export declare const serverTestPlatform: () => PlatformRef;
/** @deprecated */
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
/** @deprecated */
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;