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;