Merge pull request #3403 from alfonso-salces/MOBILE-4146

MOBILE-4146 course-format: Remove OnPush from course-format page
main
Dani Palou 2022-10-13 09:24:33 +02:00 committed by GitHub
commit e6308c2869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 {