Skip to content

Commit

Permalink
Merge pull request #124 from craeft-io/support-angular-18
Browse files Browse the repository at this point in the history
feat: add support for angular 18
  • Loading branch information
Ni55aN authored Sep 14, 2024
2 parents 7b59a76 + 3189913 commit 41b7f8b
Show file tree
Hide file tree
Showing 10 changed files with 13,656 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ng18/ng-nested.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


module.exports = {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/18",
"lib": {
"entryFile": "./.src/index.ts"
}
}
Loading

0 comments on commit 41b7f8b

Please sign in to comment.