ngx-back-button
Version:
A library for handling a proper angular back button capability
44 lines (43 loc) • 945 B
JSON
{
"name": "ngx-back-button",
"version": "21.3.0",
"license": "MIT",
"author": "Raphael Balet",
"maintainers": [
"raphael.balet@outlook.com"
],
"keywords": [
"angular",
"ngx",
"back",
"button",
"directive"
],
"homepage": "https://github.com/rbalet/ngx-back-button#readme",
"bugs": {
"url": "https://github.com/rbalet/ngx-back-button/issues"
},
"repository": {
"url": "https://github.com/rbalet/ngx-back-button"
},
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-back-button.mjs",
"typings": "types/ngx-back-button.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-back-button.d.ts",
"default": "./fesm2022/ngx-back-button.mjs"
}
},
"type": "module"
}