Skip to content

Commit 41b7f8b

Browse files
authored
Merge pull request #124 from craeft-io/support-angular-18
feat: add support for angular 18
2 parents 7b59a76 + 3189913 commit 41b7f8b

File tree

10 files changed

+13656
-2
lines changed

10 files changed

+13656
-2
lines changed

ng18/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/18",
6+
"lib": {
7+
"entryFile": "./.src/index.ts"
8+
}
9+
}

0 commit comments

Comments
 (0)