Skip to content

Commit

Permalink
angular 18 + material 3 angular v18 + changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JancoBH committed May 28, 2024
1 parent ac68c0d commit 6deaead
Show file tree
Hide file tree
Showing 18 changed files with 3,212 additions and 1,787 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Go to Angular-Movies\src\environments and change ```environments.ts``` and ```en

## 🛠️ Built With

* <a href="https://angular.io/" target="_blank">Angular</a> 17.3.1 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 17.3.1 - The UI Component Library
* <a href="https://angular.io/" target="_blank">Angular</a> 18.0.0 - The Web Framework used
* <a href="https://material.angular.io/" target="_blank">Angular Material</a> 18.0.0 - The UI Component Library

## 📦 Deployment

Expand Down
33 changes: 16 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"projects": {
"angular-movies": {
"projectType": "application",
"schematics": {},
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
Expand Down Expand Up @@ -42,25 +46,20 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
"maximumWarning": "5kb",
"maximumError": "8kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"namedChunks": true,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true,
"serviceWorker": "src/ngsw-config.json",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
"serviceWorker": "ngsw-config.json"
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -110,7 +109,7 @@
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {
"buildTarget": "test:build:production"
"buildTarget": "angular-movies:build:production"
}
}
}
Expand Down
File renamed without changes.
Loading

0 comments on commit 6deaead

Please sign in to comment.