mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 04:16:23 +00:00
Remove copyright headers
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
All Rights Reserved. See LICENSE file for details. -->
|
||||
|
||||
<textarea [(ngModel)]="console_content"
|
||||
#tfwconsole
|
||||
[scrollTop]="tfwconsole.scrollHeight"
|
||||
|
@ -1,6 +1,3 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
@import "../../assets/scss/variables.scss";
|
||||
|
||||
.tfw-console {
|
||||
|
@ -1,6 +1,3 @@
|
||||
// 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';
|
||||
import { WebSocketMessage } from '../message-types/websocket-message';
|
||||
|
Reference in New Issue
Block a user