https://github.com/angular/angular
Raw File
Tip revision: 93c0dd86758db6c198143a8b10c827209785776c authored by Jessica Janiuk on 15 November 2023, 20:28:32 UTC
release: cut the v17.1.0-next.0 release
Tip revision: 93c0dd8
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 {InjectableAnimationEngine as ɵInjectableAnimationEngine} from './providers';
back to top