angular/modules/@angular/upgrade/src
Martin Probst 968995a4c6 fix(upgrade): fix upgrade component Closure optimization. (#14801)
$scope and $element are passed to AngularJS, which is not optimized
together with the app. That means properties must be quoted to prevent
renaming.
2017-03-01 06:49:25 -08:00
..
common fix(upgrade): Prevent property renaming for $inject. 2017-02-16 15:35:50 -08:00
dynamic refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
static fix(upgrade): fix upgrade component Closure optimization. (#14801) 2017-03-01 06:49:25 -08:00
facade feat(ngUpgrade): add support for AoT compiled upgrade applications 2016-10-19 15:27:49 -07:00