Cleanup
This commit is contained in:
parent
5c92f56bf4
commit
8c5276fc1d
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user