mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: declare provideAnimationsAsync() function stable (#55871)
This commit removes the `@developerPreview` label from the `provideAnimationsAsync()` function, effectively declaring it stable. PR Close #55871
This commit is contained in:
committed by
Dylan Hunn
parent
4f4f41016e
commit
77eb4ca061
@@ -25,7 +25,7 @@ import {AsyncAnimationRendererFactory} from './async_animation_renderer';
|
||||
* to learn more about animations in Angular.
|
||||
*
|
||||
* When you use this function instead of the eager `provideAnimations()`, animations won't be
|
||||
* renderered until the renderer is loaded.
|
||||
* rendered until the renderer is loaded.
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
@@ -45,7 +45,6 @@ import {AsyncAnimationRendererFactory} from './async_animation_renderer';
|
||||
* @param type pass `'noop'` as argument to disable animations.
|
||||
*
|
||||
* @publicApi
|
||||
* @developerPreview
|
||||
*/
|
||||
export function provideAnimationsAsync(
|
||||
type: 'animations' | 'noop' = 'animations',
|
||||
|
||||
Reference in New Issue
Block a user