Skip to content

Commit 3b517a7

Browse files
committed
feat: support angular 19
1 parent be78577 commit 3b517a7

File tree

19 files changed

+13657
-7
lines changed

19 files changed

+13657
-7
lines changed

ng19/ng-nested.js

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

0 commit comments

Comments
 (0)