2016-06-23 09:47:54 -07: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
|
|
|
|
|
*/
|
|
|
|
|
|
2016-08-30 18:07:40 -07:00
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
2017-01-13 16:20:28 +02:00
|
|
|
* Entry point for all public APIs of the upgrade/dynamic package, allowing
|
|
|
|
|
* Angular 1 and Angular 2+ to run side by side in the same application.
|
2016-08-30 18:07:40 -07:00
|
|
|
*/
|
2017-01-13 16:20:28 +02:00
|
|
|
export {VERSION} from './src/common/version';
|
|
|
|
|
export {UpgradeAdapter, UpgradeAdapterRef} from './src/dynamic/upgrade_adapter';
|
|
|
|
|
|
|
|
|
|
// This file only re-exports content of the `src` folder. Keep it that way.
|