Skip to content

Commit

Permalink
Merge pull request #135 from retejs/angular-19
Browse files Browse the repository at this point in the history
Angular 19
  • Loading branch information
Ni55aN authored Dec 30, 2024
2 parents c648746 + e77caef commit dfcd584
Show file tree
Hide file tree
Showing 24 changed files with 13,702 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ng16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "mkdir -p .src && cp -r ./src/* .src && cp -r ./patch/* .src",
"prebuild": "node ../scripts/patch.js",
"build": "ng-packagr -p ng-nested.js -c tsconfig.json"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ng17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "mkdir -p .src && cp -r ./src/* .src && cp -r ./patch/* .src",
"prebuild": "node ../scripts/patch.js",
"build": "ng-packagr -p ng-nested.js -c tsconfig.json",
"postbuild": "rm ../dist/17/.npmignore"
},
Expand Down
2 changes: 1 addition & 1 deletion ng18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "mkdir -p .src && cp -r ./src/* .src && cp -r ./patch/* .src",
"prebuild": "node ../scripts/patch.js",
"build": "ng-packagr -p ng-nested.js -c tsconfig.json",
"postbuild": "rm ../dist/18/.npmignore"
},
Expand Down
9 changes: 9 additions & 0 deletions ng19/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/19",
"lib": {
"entryFile": "./.src/index.ts"
}
}
Loading

0 comments on commit dfcd584

Please sign in to comment.