From 298f83d40d216f90f02b2e04314cb081a868fb7b Mon Sep 17 00:00:00 2001 From: Alfonso Salces Date: Thu, 13 Oct 2022 07:52:43 +0200 Subject: [PATCH] MOBILE-4146 course-format: Remove OnPush from course-format page --- .../features/course/components/course-format/course-format.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/features/course/components/course-format/course-format.ts b/src/core/features/course/components/course-format/course-format.ts index f3abba146..56b1c916a 100644 --- a/src/core/features/course/components/course-format/course-format.ts +++ b/src/core/features/course/components/course-format/course-format.ts @@ -23,7 +23,6 @@ import { QueryList, Type, ElementRef, - ChangeDetectionStrategy, ChangeDetectorRef, } from '@angular/core'; import { CoreDomUtils } from '@services/utils/dom'; @@ -66,7 +65,6 @@ import { CoreUserTourDirectiveOptions } from '@directives/user-tour'; selector: 'core-course-format', templateUrl: 'course-format.html', styleUrls: ['course-format.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, }) export class CoreCourseFormatComponent implements OnInit, OnChanges, OnDestroy {