454 Views
Because the dependency injector resolves the dependencies based on the argument names, the resolution doesn't work with minified code. In that case, parameters are generally shortened to single-letter variables, thereby making it impossible to use their names for dependency resolution.
0 comments