Skip to content

Commit

Permalink
Merge pull request #81 from retejs/support-angular-17
Browse files Browse the repository at this point in the history
feat: support Angular 17
  • Loading branch information
Ni55aN authored Dec 15, 2023
2 parents ca0c3ee + b8c3250 commit d4baa89
Show file tree
Hide file tree
Showing 10 changed files with 21,967 additions and 6 deletions.
9 changes: 9 additions & 0 deletions ng17/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/17",
"lib": {
"entryFile": "./.src/index.ts"
}
}
Loading

0 comments on commit d4baa89

Please sign in to comment.