Change detection refactoring.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user