Hello I'm trying to use stomp in angular. once i use it in my project I lost my whole project , I get white page nothing is working.
this.stompService.subscribe('/topic/vehicle', (): void => { this.getnotificationsByReceiver(); });
please can't understand what is this. I tried many times same issue
This possible duplicate of this.
The global object is not available. Possible solution to change it to window object.