ngx-cache-if
Version:
Angular *ngIf directive that cache content. *ngxCacheIf directive render content when needed and cache it for reuse.
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "ngx-cache-if",
"version": "0.0.4",
"description": "Angular *ngIf directive that cache content. *ngxCacheIf directive render content when needed and cache it for reuse.",
"keywords": [
"ngIf",
"angular2",
"angular",
"angular4",
"angular5",
"angular6",
"cache",
"cache if",
"hide",
"show",
"ionic",
"ngIf cache",
"ng if",
"dom"
],
"author": "Valentin Lafranca",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vlafranca/ngx-cache-if.git"
},
"homepage": "https://github.com/vlafranca/ngx-cache-if",
"bugs": {
"url": "https://github.com/vlafranca/ngx-cache-if/issues"
},
"main": "bundles/ngx-cache-if.umd.js",
"module": "fesm5/ngx-cache-if.js",
"es2015": "fesm2015/ngx-cache-if.js",
"esm5": "esm5/ngx-cache-if.js",
"esm2015": "esm2015/ngx-cache-if.js",
"fesm5": "fesm5/ngx-cache-if.js",
"fesm2015": "fesm2015/ngx-cache-if.js",
"typings": "ngx-cache-if.d.ts",
"metadata": "ngx-cache-if.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}