ngx-fixed-footer
Version:
Angular directive that adds fixed footer without overlap
51 lines • 1.13 kB
JSON
{
"name": "ngx-fixed-footer",
"version": "4.0.0",
"author": {
"name": "Dominik Hladík",
"email": "dominik.hladik@seznam.cz",
"url": "https://github.com/Celtian"
},
"private": false,
"license": "MIT",
"description": "Angular directive that adds fixed footer without overlap",
"peerDependencies": {
"@angular/core": ">=20"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/Celtian/ngx-fixed-footer",
"repository": {
"url": "git+https://github.com/Celtian/ngx-fixed-footer.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/Celtian/ngx-fixed-footer/issues"
},
"keywords": [
"angular",
"fixed",
"footer",
"ngx",
"overlap"
],
"engines": {
"node": ">=20"
},
"module": "fesm2022/ngx-fixed-footer.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-fixed-footer.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}