This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
frontend-tutorial-framework
Watch
1
Star
0
Fork
0
You've already forked frontend-tutorial-framework
mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced
2025-01-16 13:31:57 +00:00
Code
Issues
Releases
Wiki
Activity
d0a35b53d3
frontend-tutorial-framework
/
src
/
app
/
wsmessage.ts
5 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use templates for WSMessage
2018-01-11 15:05:45 +00:00
export
class
WSMessage
<
T
>
{
Create initial version of WebSocket service
2017-12-18 16:50:24 +00:00
anchor
:
string
;
Use templates for WSMessage
2018-01-11 15:05:45 +00:00
data
:
T
;
// TODO: sane annotation
Create initial version of WebSocket service
2017-12-18 16:50:24 +00:00
}
Reference in New Issue
Copy Permalink