You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You shouldn't be needing to manually annotate your code with the dependency injection long form since that is handled already by ngminhttps://github.com/btford/ngmin#tldr
I think a nice addition to the build step would be help with annotations.
https://www.npmjs.org/package/ng-annotate
This node module will annotate your angular code automatically for during the build step.
Seems like a nice thing to add. I know I still get tripped up when minifying code.
The text was updated successfully, but these errors were encountered: