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
On compilation, I got error that says required "goog.net.createWebChannelTransport" namespace never provided. I have tried to set js properties in compiler options like:
I'm using closure library with goog.require syntax, e.g.
On compilation, I got error that says required "goog.net.createWebChannelTransport" namespace never provided. I have tried to set js properties in compiler options like:
but it doesn't work. Am I doing something wrong? How do I include closure libraries in compilation?
The text was updated successfully, but these errors were encountered: