https://github.com/angular/angular
Raw File
Tip revision: 9d747e3aa37ac4e40ecc529ab4e769a7e757a9df authored by Alex Rickabaugh on 21 July 2021, 21:53:53 UTC
release: cut the v12.2.0-next.3 release (#42916)
Tip revision: 9d747e3
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