https://github.com/angular/angular
Raw File
Tip revision: 52d2e4670076fed1ec97f9119f00330ed515b07b authored by Andrew Kushnir on 29 April 2020, 21:07:45 UTC
release: cut the v10.0.0-next.4 release
Tip revision: 52d2e46
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