ng2-STOMP-Over-WebSocket icon indicating copy to clipboard operation
ng2-STOMP-Over-WebSocket copied to clipboard

STOMP Over WebSocket service for angular2

Results 9 ng2-STOMP-Over-WebSocket issues
Sort by recently updated
recently updated
newest added

ERROR in ./node_modules/ng2-stomp-service/dist/stomp.service.ts Module build failed: Error: C:\workspace\spring-boot-angular2-stomp\src\main\ng\node_modules\ng2-stomp-service\dist\stomp.service.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The missing...

Hello, actually I'm working in an project with angular 5, before that I worked with angular 4. But I decided upgraded angular. However the following errors appeared. Does someone has...

There is `.ts` file in npm package what can cause troubles with some unspecified Typescript compiler config: https://stackoverflow.com/questions/44377617/unable-to-find-typings-d-ts-and-declare-modules-in-angular-2-typescript-app/44380574#44380574 I suggest to add `.npmignore` file with the following contents: ``` *.ts...

When host is configured , by default when connecting in request ' info' is append in request path, why? In configuration should be : host: hostname:port/endPoint and then subscribe to...

ng2-stomp-service/dist/stomp.service.ts:59:27: Parameter 'config' of public method from exported class has or is using private name 'Config'.

Hi @devsullo, this module is really useful, thanks for it. Please help me, how can i handle the reconnect situation? My client lifecycle: 1. connect 2. subscribe 3. connection lost...