Skip to content

Commit

Permalink
Merge pull request #44 from EmmanuelTsouris/update-ng13
Browse files Browse the repository at this point in the history
Update to Angular v16
  • Loading branch information
EmmanuelTsouris authored Jun 2, 2023
2 parents cd9b289 + c232366 commit 8a06b09
Show file tree
Hide file tree
Showing 7 changed files with 6,042 additions and 6,071 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -104,5 +103,7 @@
}
},
},
"defaultProject": "media-browser"
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 8a06b09

Please sign in to comment.