UNPKG

gnss-state

Version:

Shared singleton state service for Angular MFE architecture

42 lines 1.01 kB
{ "name": "gnss-state", "version": "19.0.1", "description": "Shared singleton state service for Angular MFE architecture", "author": "jfroldan <26962398+jfroldan78@users.noreply.github.com>", "license": "MIT", "keywords": [ "angular", "microfrontend", "state", "singleton", "service" ], "repository": { "type": "git", "url": "https://github.com/jfroldan78/gnss-state.git" }, "bugs": { "url": "https://github.com/jfroldan78/gnss-state/issues" }, "homepage": "https://github.com/jfroldan78/gnss-state#readme", "exports": { ".": { "types": "./index.d.ts", "default": "./fesm2022/gnss-state.mjs" }, "./package.json": { "default": "./package.json" } }, "main": "bundles/gnss-state.umd.js", "module": "fesm2022/gnss-state.mjs", "typings": "index.d.ts", "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false }