https://github.com/angular/angular
Raw File
Tip revision: 7a47add255486e2b30a98e8ce54ccb5fd6bcc2f0 authored by Dylan Hunn on 08 February 2022, 17:33:08 UTC
release: cut the v13.2.2 release (#45018)
Tip revision: 7a47add
private_export.ts
/**
 * @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, BrowserAnimationFactory as ɵBrowserAnimationFactory} from './animation_builder';
export {AnimationRenderer as ɵAnimationRenderer, AnimationRendererFactory as ɵAnimationRendererFactory} from './animation_renderer';
export {InjectableAnimationEngine as ɵInjectableAnimationEngine} from './providers';
back to top