https://github.com/angular/angular
Raw File
Tip revision: aed95cd47005a413eadf28346a2e0722de38f454 authored by Dylan Hunn on 25 March 2022, 17:41:20 UTC
release: cut the v14.0.0-next.8 release (#45440)
Tip revision: aed95cd
public_api.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
 */

/**
 * @module
 * @description
 * Entry point for all public APIs of this package.
 */
export * from './src/animations';
back to top