Skip to content

Commit 019fd93

Browse files
Ni55aNcursoragent
andcommitted
feat: add support for angular 22
Fix connection rendering under Angular 22 OnPush defaults by using detectChanges in the connection wrapper and Eager CD on the connection component. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b85366b commit 019fd93

20 files changed

Lines changed: 14794 additions & 5 deletions

File tree

ng22/ng-nested.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
module.exports = {
3+
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
4+
"dest": "../dist/22",
5+
"lib": {
6+
"entryFile": "./.src/index.ts"
7+
}
8+
}

0 commit comments

Comments
 (0)