Skip to content

Commit

Permalink
chore: 🤖 Upgrade to Angular 18
Browse files Browse the repository at this point in the history
✅ Closes: #3 #4
  • Loading branch information
kreuzerk committed Jun 23, 2024
1 parent 15d7c47 commit c6d64ca
Show file tree
Hide file tree
Showing 8 changed files with 2,975 additions and 2,086 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angular-library-starter-showcase",
"outputPath": {
"base": "dist/angular-library-starter-showcase"
},
"index": "projects/angular-library-starter-showcase/src/index.html",
"main": "projects/angular-library-starter-showcase/src/main.ts",
"polyfills": "projects/angular-library-starter-showcase/src/polyfills.ts",
"polyfills": [
"projects/angular-library-starter-showcase/src/polyfills.ts"
],
"tsConfig": "projects/angular-library-starter-showcase/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -59,7 +62,8 @@
"styles": [
"projects/angular-library-starter-showcase/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/angular-library-starter-showcase/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -84,9 +88,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module.exports = {
preset: 'jest-preset-angular',
setupFilesAfterEnv: ['<rootDir>../../setup-jest.ts'],
globalSetup: 'jest-preset-angular/global-setup',
};


Loading

0 comments on commit c6d64ca

Please sign in to comment.