@ng-web-apis/screen-orientation
v4.11.1
Published
A library for declarative use of screen orientation with Angular
Downloads
5,908
Readme
Screen Orientation API for Angular
Install
npm i @ng-web-apis/screen-orientation
Examples
import {ScreenOrientationService} from '@ng-web-apis/screen-orientation';
// ...
export class Example {
constructor(readonly orientation$: ScreenOrientationService) {}
}
<p>{{ orientation$ | async }}</p>