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