This repository demonstrates basic usage of @stomp/ng2-stompjs
- Angular 6
- @stomp/ng2-stompjs - 7.0.0 (currently in beta)
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
- src/app/app.module.ts - demonstrates injecting config and service as dependencies.
- src/app/components/status/status.component.ts and src/app/components/status/status.component.html
- src/app/components/rawdata/rawdata.component.ts and src/app/components/rawdata/rawdata.component.html