UNPKG

@foblex/platform

Version:

An Angular library providing a set of services for supporting server-side rendering (SSR) and other features.

41 lines 1.01 kB
{ "name": "@foblex/platform", "version": "1.0.4", "description": "An Angular library providing a set of services for supporting server-side rendering (SSR) and other features.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/siarheihuzarevich/f-platform.git" }, "private": false, "keywords": [ "Angular", "Foblex", "development", "kit" ], "author": "Siarhei Huzarevich", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/foblex-platform.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/foblex-platform.mjs", "esm": "./esm2022/foblex-platform.mjs", "default": "./fesm2022/foblex-platform.mjs" } }, "sideEffects": false }