https://github.com/angular/angular
Raw File
Tip revision: b40b5576df83745c42a45c6379038a51a90f8ac0 authored by Kara Erickson on 08 April 2020, 19:28:12 UTC
release: cut the v10.0.0-next.1 release
Tip revision: b40b557
public_api.ts
/**
 * @license
 * Copyright Google Inc. 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