Revert "feat(upgrade): allow setting the angularjs lib at runtime (#15168)"

This reverts commit 8ad464d90e.

Breaks G3.
This commit is contained in:
Tobias Bosch
2017-04-14 10:56:14 -07:00
parent bd704c90dd
commit 590e68c251
4 changed files with 16 additions and 87 deletions

View File

@ -12,7 +12,6 @@
* Entry point for all public APIs of the upgrade/static package, allowing
* Angular 1 and Angular 2+ to run side by side in the same application.
*/
export {getAngularLib, setAngularLib} from './src/common/angular1';
export {downgradeComponent} from './src/common/downgrade_component';
export {downgradeInjectable} from './src/common/downgrade_injectable';
export {VERSION} from './src/common/version';