This commit is contained in:
Adina Țeudan 2022-03-04 18:47:34 +02:00 committed by Dan Percic
parent 5c92f56bf4
commit 8c5276fc1d

View File

@ -26,11 +26,6 @@ export class PageRotationService {
setRotation(value: boolean): void {
this._isRotated$.next(value);
console.log(value);
}
isPageRotated(page: number): boolean {
return this.rotations.has(page);
}
applyRotation() {