fix(platform-server): read initial location from INITIAL_CONFIG if present
This commit is contained in:

committed by
Igor Minar

parent
047cda5b3c
commit
56f232cdd7
@ -1,6 +1,12 @@
|
||||
/** @experimental */
|
||||
export declare const INITIAL_CONFIG: InjectionToken<PlatformConfig>;
|
||||
|
||||
/** @experimental */
|
||||
export interface PlatformConfig {
|
||||
document?: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const platformDynamicServer: (extraProviders?: Provider[]) => PlatformRef;
|
||||
|
||||
|
Reference in New Issue
Block a user