angular/modules/@angular/upgrade/src/common
David Purpura 96d06f7f09 fix(upgrade): Prevent property renaming for $inject.
Switch to bracket notation for `directiveFactory.$inject`, otherwise Closure Compiler will (property) rename it, since the output type is `any`.
2017-02-16 15:35:50 -08:00
..
angular1.ts feat(upgrade): return a function (instead of array) from downgradeInjectable() (#14037) 2017-02-01 09:29:51 -06:00
component_info.ts feat(upgrade): allow non-element selectors for downgraded components (#14037) 2017-02-01 09:29:51 -06:00
constants.ts refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
content_projection_helper.ts refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
downgrade_component.ts fix(upgrade): Prevent property renaming for $inject. 2017-02-16 15:35:50 -08:00
downgrade_component_adapter.ts fix(upgrade): pass correct values to ngOnChanges for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
downgrade_injectable.ts feat(upgrade): return a function (instead of array) from downgradeInjectable() (#14037) 2017-02-01 09:29:51 -06:00
util.ts refactor(upgrade): use shared code in downgradeNg2Component() (#14037) 2017-02-01 09:29:51 -06:00
version.ts feat(upgrade): return a function (instead of array) from downgradeInjectable() (#14037) 2017-02-01 09:29:51 -06:00