docs(common): mark platform-browser and platform-browser-dynamic apis stable
This commit is contained in:

committed by
Victor Berchet

parent
1f5a5895e5
commit
c03e25a7b7
@ -1,7 +1,7 @@
|
||||
/** @experimental */
|
||||
export declare function bootstrapWorkerUi(workerScriptUri: string, customProviders?: Provider[]): Promise<PlatformRef>;
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare const platformBrowserDynamic: (extraProviders?: any[]) => PlatformRef;
|
||||
|
||||
/** @experimental */
|
||||
|
@ -2,5 +2,5 @@
|
||||
export declare class BrowserDynamicTestingModule {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare const platformBrowserDynamicTesting: (extraProviders?: any[]) => PlatformRef;
|
||||
|
@ -4,10 +4,7 @@ export declare abstract class AnimationDriver {
|
||||
static NOOP: AnimationDriver;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const BROWSER_SANITIZATION_PROVIDERS: Array<any>;
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare class BrowserModule {
|
||||
constructor(parentModule: BrowserModule);
|
||||
}
|
||||
@ -120,7 +117,7 @@ export declare class NgProbeToken {
|
||||
constructor(name: string, token: any);
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare const platformBrowser: (extraProviders?: any[]) => PlatformRef;
|
||||
|
||||
/** @experimental */
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare class BrowserTestingModule {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare const platformBrowserTesting: (extraProviders?: any[]) => PlatformRef;
|
||||
|
Reference in New Issue
Block a user