Change detection refactoring.

This commit is contained in:
softsimon
2020-08-02 19:20:38 +07:00
parent c132454f0b
commit 47dc8f81a7
6 changed files with 34 additions and 47 deletions

View File

@@ -7,7 +7,6 @@ import { Observable, merge, of } from 'rxjs';
selector: 'app-master-page',
templateUrl: './master-page.component.html',
styleUrls: ['./master-page.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class MasterPageComponent implements OnInit {
env = env;

View File

@@ -5,7 +5,6 @@ import { WebsocketService } from 'src/app/services/websocket.service';
selector: 'app-start',
templateUrl: './start.component.html',
styleUrls: ['./start.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class StartComponent implements OnInit {
constructor(