ng-toggle-button
Version:
Angular toggle button switch
44 lines • 1.02 kB
JSON
{
"name": "ng-toggle-button",
"version": "1.7.0",
"description": "Angular toggle button switch",
"author": "vicmans",
"license": "MIT",
"homepage": "https://github.com/vicmans/ng-toggle-button#readme",
"repository": {
"type": "git",
"url": "https://github.com/vicmans/ng-toggle-button.git"
},
"bugs": {
"url": "https://github.com/vicmans/ng-toggle-button/issues"
},
"keywords": [
"angular",
"button",
"ng",
"toggle",
"switch",
"ui"
],
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
},
"module": "fesm2022/ng-toggle-button.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-toggle-button.mjs",
"esm": "./esm2022/ng-toggle-button.mjs",
"default": "./fesm2022/ng-toggle-button.mjs"
}
},
"sideEffects": false
}