UNPKG

209 BPlain TextView Raw
1/**
2 * @module
3 * @description
4 * Adapter allowing AngularJS v1 and Angular v2 to run side by side in the same application.
5 */
6export {UpgradeAdapter, UpgradeAdapterRef} from './src/upgrade/upgrade_adapter';