https://github.com/angular/angular
Raw File
Tip revision: 8503cc1db72b0639f3bc697b2f1add0e1dca2c97 authored by Alex Eagle on 17 January 2018, 18:10:18 UTC
docs: add changelog for 6.0.0-beta.0
Tip revision: 8503cc1
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