2016-07-25 08:47:16 -04:00
|
|
|
/** @experimental */
|
|
|
|
export declare const platformDynamicServer: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
|
|
|
|
/** @experimental */
|
|
|
|
export declare const platformServer: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
|
2016-08-15 16:44:01 -04:00
|
|
|
/** @experimental */
|
|
|
|
export declare class ServerModule {
|
|
|
|
}
|