Set change detection in cinema to default
This commit is contained in:
parent
136e0a0569
commit
99acdab35f
@ -20,7 +20,7 @@ import { CurrentListOfSpeakersService } from 'app/site/projector/services/curren
|
|||||||
selector: 'os-cinema',
|
selector: 'os-cinema',
|
||||||
templateUrl: './cinema.component.html',
|
templateUrl: './cinema.component.html',
|
||||||
styleUrls: ['./cinema.component.scss'],
|
styleUrls: ['./cinema.component.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.Default
|
||||||
})
|
})
|
||||||
export class CinemaComponent extends BaseViewComponentDirective implements OnInit, AfterViewInit {
|
export class CinemaComponent extends BaseViewComponentDirective implements OnInit, AfterViewInit {
|
||||||
public listOfSpeakers: ViewListOfSpeakers;
|
public listOfSpeakers: ViewListOfSpeakers;
|
||||||
|
Loading…
Reference in New Issue
Block a user