@rx-angular/cdk
Version:
@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reacti
111 lines • 3.13 kB
JSON
{
"name": "@rx-angular/cdk",
"version": "19.1.0",
"description": "@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reactive as well as imperative code leads to best DX and speed.",
"publishConfig": {
"access": "public"
},
"author": "Michael Hladky <michael.hladky@push-based.io>",
"homepage": "https://rx-angular.io/",
"keywords": [
"angular",
"reactive",
"cdk",
"performance",
"rendering",
"memoization",
"zone flags",
"change detection",
"zone-less"
],
"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",
"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/rx-angular-cdk.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rx-angular-cdk.mjs"
},
"./coalescing": {
"types": "./coalescing/index.d.ts",
"default": "./fesm2022/rx-angular-cdk-coalescing.mjs"
},
"./coercing": {
"types": "./coercing/index.d.ts",
"default": "./fesm2022/cdk-coercing.mjs"
},
"./notifications": {
"types": "./notifications/index.d.ts",
"default": "./fesm2022/cdk-notifications.mjs"
},
"./render-strategies": {
"types": "./render-strategies/index.d.ts",
"default": "./fesm2022/cdk-render-strategies.mjs"
},
"./template": {
"types": "./template/index.d.ts",
"default": "./fesm2022/cdk-template.mjs"
},
"./transformations": {
"types": "./transformations/index.d.ts",
"default": "./fesm2022/cdk-transformations.mjs"
},
"./zone-configurations": {
"types": "./zone-configurations/index.d.ts",
"default": "./fesm2022/cdk-zone-configurations.mjs"
},
"./internals/core": {
"types": "./internals/core/index.d.ts",
"default": "./fesm2022/cdk-internals-core.mjs"
},
"./internals/scheduler": {
"types": "./internals/scheduler/index.d.ts",
"default": "./fesm2022/cdk-internals-scheduler.mjs"
},
"./zone-less/browser": {
"types": "./zone-less/browser/index.d.ts",
"default": "./fesm2022/cdk-zone-less-browser.mjs"
}
},
"sideEffects": false
}