2017-01-26 14:16:51 -05:00
|
|
|
/**
|
|
|
|
* @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
|
2017-02-22 18:14:49 -05:00
|
|
|
* Entry point for all animation APIs of the animation browser package.
|
2017-01-26 14:16:51 -05:00
|
|
|
*/
|
2017-02-24 17:47:36 -05:00
|
|
|
export {BrowserAnimationsModule, NoopAnimationsModule} from './module';
|
2017-04-26 13:44:28 -04:00
|
|
|
|
2018-03-29 19:32:23 -04:00
|
|
|
export {ANIMATION_MODULE_TYPE} from './providers';
|
|
|
|
|
2017-02-22 18:14:49 -05:00
|
|
|
export * from './private_export';
|