mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-16 21:06:23 +00:00
Add legal boilerplate and LICENSE file
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
All Rights Reserved. See LICENSE file for details. -->
|
||||
|
||||
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
||||
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
||||
|
@ -0,0 +1,3 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { WebSocketService } from '../services/websocket.service';
|
||||
|
||||
|
Reference in New Issue
Block a user