UNPKG

ngx-back-button

Version:

A library for handling a proper angular back button capability

42 lines 892 B
{ "name": "ngx-back-button", "version": "20.0.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": ">=15.2.0", "@angular/core": ">=15.2.0" }, "sideEffects": false, "module": "fesm2022/ngx-back-button.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-back-button.mjs" } } }