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
It would be beneficial to allow the user to specify compiler flags for the Closure Compiler.
My team wants to use the @ngInject annotation that the compiler supports, but unfortunately you must use the flag --angular_pass to take advantage of that feature.
The text was updated successfully, but these errors were encountered:
Specifying CLI compiler flags is not that easy since this plugin uses the Java API of Google Closure Compiler.
Nevertheless, I added a new option closureAngularPass which will be available on the version 1.7.3.
It would be beneficial to allow the user to specify compiler flags for the Closure Compiler.
My team wants to use the
@ngInject
annotation that the compiler supports, but unfortunately you must use the flag--angular_pass
to take advantage of that feature.The text was updated successfully, but these errors were encountered: