https://github.com/angular/angular
Raw File
Tip revision: 0786c59835eb7f0fe374a5efe5a1f5b3b5cf76c7 authored by Misko Hevery on 09 November 2020, 20:46:39 UTC
release: cut the v10.2.3 release
Tip revision: 0786c59
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