Change detection refactoring.

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

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(