voryx / angular-wamp

An AngularJS library for AutobahnJS (WAMP v2)
MIT License
133 stars 28 forks source link

problem angular-wamp in angular4 #67

Open sutinee742 opened 7 years ago

sutinee742 commented 7 years ago

Hi i use your angular-wamp in angular4 and i get some error msg.

i import angular and angular-wamp within wampService file then use init(...) this.wamp = new angularWamp.init({ url: "ws://127.0.0.1:8080/ws", realm: 'realm1' //Any other AutobahnJS options });

when i test , error msg display Uncaught ReferenceError: angular is not defined ...

mbonneau commented 7 years ago

Check out: https://github.com/voryx/angular-wamp/issues/43#issuecomment-299562336

sutineeangs commented 7 years ago

@mbonneau thank you