want to click the "component" button, and then the component .html page overrides the big red box, showing how the component .html page is implemented. Ask for advice
want to click the "component" button, and then the component .html page overrides the big red box, showing how the component .html page is implemented. Ask for advice
iframe learn about
the code on my front end is as follows import SockJS from sockjs-client ; import Stomp from stompjs ; connect() { var socket = new SockJS( http: 192.168.6.67:8081 endpoint ); var stompClient = Stomp.over(socket); stompClie...