mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1c4a3677eb
This commit allows also to use the `AnimationBuilder` when using `provideAnimationsAsync()` fixes #52096 PR Close #52097
13 lines
487 B
TypeScript
13 lines
487 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
export {BrowserAnimationBuilder as ɵBrowserAnimationBuilder} from './animation_builder';
|
|
export {RuntimeErrorCode as ɵRuntimeErrorCode} from './errors';
|
|
export {AnimationGroupPlayer as ɵAnimationGroupPlayer} from './players/animation_group_player';
|
|
|
|
export const ɵPRE_STYLE = '!';
|