2017-01-26 11:16:51 -08: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 15:14:49 -08:00
|
|
|
* Entry point for all animation APIs of the animation browser package.
|
2017-01-26 11:16:51 -08:00
|
|
|
*/
|
2017-02-22 15:14:49 -08:00
|
|
|
export {BrowserAnimationModule} from './browser_animation_module';
|
2017-02-23 08:51:00 -08:00
|
|
|
export {NoopBrowserAnimationModule} from './noop_browser_animation_module';
|
2017-02-22 15:14:49 -08:00
|
|
|
export {AnimationDriver} from './render/animation_driver';
|
|
|
|
export * from './private_export';
|