Skip to content

Commit

Permalink
chore!: angular v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Sep 26, 2024
1 parent a97fe36 commit abd0d88
Show file tree
Hide file tree
Showing 5 changed files with 2,459 additions and 2,396 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"aot": true,
"outputPath": "dist/ngx-mat-birthday-input-tester",
"outputPath": {
"base": "dist/ngx-mat-birthday-input-tester"
},
"index": "projects/ngx-mat-birthday-input-tester/src/index.html",
"main": "projects/ngx-mat-birthday-input-tester/src/main.ts",
"polyfills": "projects/ngx-mat-birthday-input-tester/src/polyfills.ts",
"polyfills": [
"projects/ngx-mat-birthday-input-tester/src/polyfills.ts"
],
"tsConfig": "projects/ngx-mat-birthday-input-tester/tsconfig.app.json",
"assets": [
"projects/ngx-mat-birthday-input-tester/src/favicon.ico",
Expand All @@ -60,7 +63,8 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/ngx-mat-birthday-input-tester/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-mat-birthday-input-tester/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -75,8 +79,6 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit abd0d88

Please sign in to comment.