Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(upgrade): Prevent renaming of $inject property (angular#16706)
Use bracket notation to access $inject in downgradeInjectable to support property renaming. Since the return type is any, Closure compiler renames $inject.
- Loading branch information