@ng-web-apis/screen-orientation
Version:
A library for declarative use of screen orientation with Angular
10 lines (9 loc) • 375 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class WaViewportService extends Observable<VisualViewport> {
private readonly visualViewport;
private readonly stream$;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<WaViewportService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WaViewportService>;
}