Socket
Book a DemoInstallSign in
Socket

@ng-web-apis/screen-orientation

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-web-apis/screen-orientation

A library for declarative use of screen orientation with Angular

latest
Source
npmnpm
Version
4.12.0
Version published
Weekly downloads
6.8K
8.24%
Maintainers
4
Weekly downloads
 
Created
Source

ng-web-apis logo 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>

Keywords

angular

FAQs

Package last updated on 31 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts