Angular不提供支持WebSockets的特殊对象.但好消息是所有浏览器都支持WebSocket,您可以在Angular4应用程序中使用它.在这个应用程序中,我使用服务器上的ws包(Node.js)和客户端上的浏览器WebSocket对象(参见
https://github.com/Farata/angular2typescript/blob/master/Angular4/auction/client/src/app/product-detail/websocket.service.ts)
原文链接:https://www.f2er.com/angularjs/240496.html