2015-10-26 20:17:46 -07:00
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
|
|
|
|
* Adapter allowing AngularJS v1 and Angular v2 to run side by side in the same application.
|
|
|
|
|
*/
|
2016-04-28 17:50:03 -07:00
|
|
|
export {UpgradeAdapter, UpgradeAdapterRef} from './src/upgrade_adapter';
|