Bones/node_modules/angular2/ts/upgrade.ts

7 lines
209 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
/**
* @module
* @description
* Adapter allowing AngularJS v1 and Angular v2 to run side by side in the same application.
*/
export {UpgradeAdapter, UpgradeAdapterRef} from './src/upgrade/upgrade_adapter';