UNPKG

@rb-mwindh/ngx-theme-manager

Version:

Angular component to switch between different theming stylesheets

56 lines (55 loc) 1.35 kB
{ "name": "@rb-mwindh/ngx-theme-manager", "version": "5.0.1", "peerDependencies": { "@angular/common": ">=17", "@angular/core": ">=17" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/rb-mwindh-ngx-theme-manager.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/rb-mwindh-ngx-theme-manager.mjs", "esm": "./esm2022/rb-mwindh-ngx-theme-manager.mjs", "default": "./fesm2022/rb-mwindh-ngx-theme-manager.mjs" } }, "sideEffects": false, "description": "Angular component to switch between different theming stylesheets", "keywords": [ "angular", "theme", "theme-manager", "ngx-theme-manager" ], "license": "MIT", "author": "Markus Windhager <rb-mwindh@altmails.com>", "maintainers": [ { "name": "Markus Windhager", "email": "rb-mwindh@altmails.com" } ], "contributors": [], "homepage": "https://rb-mwindh.github.io/ngx-theme-manager", "bugs": { "url": "https://github.com/rb-mwindh/ngx-theme-manager/issues" }, "repository": { "type": "git", "url": "https://github.com/rb-mwindh/ngx-theme-manager.git" }, "publishConfig": { "access": "public" }, "engines": { "node": ">= 18" } }