ngx-contextual-action-bar
Version:
ngx-contextual-action-bar is an Angular2+ implementation of the [Material Design Contextual Action Bar](https://material.io/components/app-bars-top#contextual-action-bar). The implementation makes it possible to change the action bar properties (i.e. titl
38 lines (37 loc) • 1.15 kB
JSON
{
"name": "ngx-contextual-action-bar",
"version": "0.0.4",
"peerDependencies": {
"@angular/animations": "~11.0.3",
"@angular/common": "^11.0.5",
"@angular/core": "^11.0.5",
"@angular/cdk": "^11.0.3",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "~11.0.3",
"@angular/platform-browser-dynamic": "~11.0.3",
"@angular/forms": "~11.0.3",
"arr-xor": "^1.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"Material",
"Action Bar",
"Contextual",
"Angular"
],
"repository": {
"type": "git",
"url": "https://github.com/korrupt/korruptlib/tree/main/projects/ngx-contextual-action-bar"
},
"license": "https://opensource.org/licenses/mit-license.php",
"main": "bundles/ngx-contextual-action-bar.umd.js",
"module": "fesm2015/ngx-contextual-action-bar.js",
"es2015": "fesm2015/ngx-contextual-action-bar.js",
"esm2015": "esm2015/ngx-contextual-action-bar.js",
"fesm2015": "fesm2015/ngx-contextual-action-bar.js",
"typings": "ngx-contextual-action-bar.d.ts",
"metadata": "ngx-contextual-action-bar.metadata.json",
"sideEffects": false
}