UNPKG

@ng-web-apis/screen-orientation

Version:
45 lines 1.14 kB
{ "name": "@ng-web-apis/screen-orientation", "version": "5.0.2", "description": "A library for declarative use of screen orientation with Angular", "keywords": [ "angular", "ng", "screen", "orientation" ], "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/screen-orientation/README.md", "bugs": "https://github.com/taiga-family/ng-web-apis/issues", "repository": { "type": "git", "url": "https://github.com/taiga-family/ng-web-apis" }, "license": "Apache-2.0", "author": { "name": "Maksim Ivanov", "email": "splincodewd@yandex.ru" }, "peerDependencies": { "@angular/core": ">=19.0.0", "@ng-web-apis/common": "^5.0.2", "rxjs": ">=7.0.0" }, "publishConfig": { "access": "public" }, "module": "fesm2022/ng-web-apis-screen-orientation.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-web-apis-screen-orientation.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }