Update to Angular 10

This commit is contained in:
piotrpekala7
2020-06-30 10:42:31 +02:00
parent 7c4e745075
commit c8104a577f
48 changed files with 153 additions and 105 deletions

View File

@ -23,7 +23,7 @@ export class WebConsoleComponent implements OnInit, AfterViewInit {
public fitAddon: FitAddon = new FitAddon();
private copiedText: string = '';
@ViewChild('terminal', {static: false}) terminal: ElementRef;
@ViewChild('terminal') terminal: ElementRef;
constructor(
private consoleService: NodeConsoleService