UNPKG

@ng-web-apis/screen-orientation

Version:
11 lines (10 loc) 414 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ScreenOrientationService extends Observable<OrientationType> { private readonly win; private readonly stream$; constructor(); private get isModern(); static ɵfac: i0.ɵɵFactoryDeclaration<ScreenOrientationService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScreenOrientationService>; }