UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 209 B
/** * @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';