Skip to content

Commit

Permalink
Merge pull request #252 from nicorivat/feature/upgrade-angular-18
Browse files Browse the repository at this point in the history
feat: upgrade Angular 18
  • Loading branch information
codehippie1 authored May 30, 2024
2 parents 2384d67 + 593b5bb commit 9b63e56
Show file tree
Hide file tree
Showing 9 changed files with 7,557 additions and 19,098 deletions.
17 changes: 10 additions & 7 deletions SampleApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ng6SampleApp",
"outputPath": {
"base": "dist/ng6SampleApp"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -56,7 +57,8 @@
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -72,9 +74,7 @@
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"extractLicenses": true
}
}
},
Expand Down Expand Up @@ -151,5 +151,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Binary file added SampleApp/ng2-pdfjs-viewer-18.0.0.tgz
Binary file not shown.
Loading

0 comments on commit 9b63e56

Please sign in to comment.