Migrate from Angular 5 to 6

This commit is contained in:
Bálint Bokros
2018-05-18 14:53:45 +02:00
parent c357e47e93
commit c1f279ce6c
7 changed files with 1120 additions and 851 deletions

View File

@ -3,7 +3,7 @@
import { Component, OnDestroy, OnInit, ChangeDetectorRef, ElementRef, ViewChild } from '@angular/core';
import { DeploymentNotificationService } from '../services/deployment-notification.service';
import { Subscription } from 'rxjs/Subscription';
import { Subscription } from 'rxjs';
import { WebSocketService } from '../services/websocket.service';
import { LayoutCommand } from './layout-command';
import { config } from '../config';