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
While the documentation in the README.md is helpful. A sub-folder with a working example would be great. With all dependencies (angular, autobahn, angular-wamp) and the html file etc.
For example the lines:
import angular from 'angular';
import angularWamp from 'angular-wamp';
give error in the browser because they are not pure JS bur rather ES6.
angular-wamp really brings out out the more friendly way of working with wamp but it's a bit difficult to have it working without a complete functional example.
The text was updated successfully, but these errors were encountered:
While the documentation in the README.md is helpful. A sub-folder with a working example would be great. With all dependencies (angular, autobahn, angular-wamp) and the html file etc.
For example the lines:
give error in the browser because they are not pure JS bur rather ES6.
angular-wamp really brings out out the more friendly way of working with wamp but it's a bit difficult to have it working without a complete functional example.
The text was updated successfully, but these errors were encountered: