2016-06-23 12:47:54 -04: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
|
|
|
|
*/
|
|
|
|
|
2015-10-26 23:17:46 -04:00
|
|
|
/**
|
|
|
|
* @module
|
|
|
|
* @description
|
|
|
|
* Adapter allowing AngularJS v1 and Angular v2 to run side by side in the same application.
|
|
|
|
*/
|
2016-04-28 20:50:03 -04:00
|
|
|
export {UpgradeAdapter, UpgradeAdapterRef} from './src/upgrade_adapter';
|