@rx-angular/template
Version:
**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.
105 lines • 2.72 kB
JSON
{
"name": "@rx-angular/template",
"version": "19.2.1",
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
"publishConfig": {
"access": "public"
},
"author": "Michael Hladky <michael.hladky@push-based.io>",
"homepage": "https://rx-angular.io/",
"keywords": [
"angular",
"rxjs",
"performance",
"rendering",
"template",
"lazy templates",
"memoized views",
"scheduling",
"coalescing",
"concurrent rendering"
],
"contributors": [
{
"name": "Michael Hladky",
"email": "michael.hladky@push-based.io"
},
{
"name": "Julian Jandl",
"email": "julian@jandl.wien"
},
{
"name": "Kirill Karnaukhov",
"email": "karnaukhov.kh@gmail.com"
},
{
"name": "Edouard Bozon",
"email": "bozonedouard@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rx-angular/rx-angular.git"
},
"peerDependencies": {
"@angular/core": "^19.0.0",
"@rx-angular/cdk": "^19.1.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"ng-morph": "^4.0.3",
"tslib": "^2.4.1"
},
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
},
"ng-update": {
"migrations": "./schematics/migration.json"
},
"module": "fesm2022/template.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/template.mjs"
},
"./for": {
"types": "./for/index.d.ts",
"default": "./fesm2022/template-for.mjs"
},
"./if": {
"types": "./if/index.d.ts",
"default": "./fesm2022/template-if.mjs"
},
"./let": {
"types": "./let/index.d.ts",
"default": "./fesm2022/template-let.mjs"
},
"./push": {
"types": "./push/index.d.ts",
"default": "./fesm2022/template-push.mjs"
},
"./virtual-view": {
"types": "./virtual-view/index.d.ts",
"default": "./fesm2022/template-virtual-view.mjs"
},
"./unpatch": {
"types": "./unpatch/index.d.ts",
"default": "./fesm2022/template-unpatch.mjs"
},
"./experimental/viewport-prio": {
"types": "./experimental/viewport-prio/index.d.ts",
"default": "./fesm2022/template-experimental-viewport-prio.mjs"
},
"./experimental/virtual-scrolling": {
"types": "./experimental/virtual-scrolling/index.d.ts",
"default": "./fesm2022/template-experimental-virtual-scrolling.mjs"
}
},
"sideEffects": false
}