@avine/ng-if-non-nullish
Version:
Nullish coalescing operator as Angular structural directive and more...
44 lines • 1.17 kB
JSON
{
"name": "@avine/ng-if-non-nullish",
"description": "Nullish coalescing operator as Angular structural directive and more...",
"version": "16.0.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/avine/ng-libs.git"
},
"keywords": [
"angular",
"directive",
"ng-if",
"ng-let",
"nullish coalescing operator"
],
"author": "Stéphane Francel <contact@avine.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/avine/ng-libs/issues"
},
"homepage": "https://github.com/avine/ng-libs/tree/main/projects/if-non-nullish#readme",
"peerDependencies": {
"@angular/common": ">= 16.0.0",
"@angular/core": ">= 16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/avine-ng-if-non-nullish.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/avine-ng-if-non-nullish.mjs",
"esm": "./esm2022/avine-ng-if-non-nullish.mjs",
"default": "./fesm2022/avine-ng-if-non-nullish.mjs"
}
},
"sideEffects": false
}