@ng-web-apis/screen-orientation
v5.0.2
Published
A library for declarative use of screen orientation with Angular
Readme
Screen Orientation API for Angular
Install
npm i @ng-web-apis/screen-orientationExamples
import {inject} from '@angular/core';
import {WaScreenOrientationService} from '@ng-web-apis/screen-orientation';
// ...
export class Example {
protected readonly orientation$ = inject(WaScreenOrientationService);
}<p>{{ orientation$ | async }}</p>