Skip to content

Commit

Permalink
fix(project): upgraded angular core and cli to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 15, 2023
1 parent 139a582 commit 09e9675
Show file tree
Hide file tree
Showing 4 changed files with 4,647 additions and 4,151 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $ npm start


## Other Angular Libraries
- [ngx-long-press2](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
- [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
- [ngx-linkifyjs](https://github.com/AnthonyNahas/ngx-linkifyjs)
- [@angular-material-extensions/password-strength](https://github.com/angular-material-extensions/password-strength)
- [@angular-material-extensions/google-maps-autocomplete](https://github.com/angular-material-extensions/google-maps-autocomplete)
Expand Down
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
"main": "server.ts",
"tsConfig": "tsconfig.server.json",
"sourceMap": true,
"optimization": false
"optimization": false,
"buildOptimizer": false
},
"configurations": {
"production": {
Expand All @@ -200,7 +201,8 @@
}
],
"sourceMap": false,
"optimization": true
"optimization": true,
"buildOptimizer": true
}
},
"defaultConfiguration": ""
Expand Down
Loading

0 comments on commit 09e9675

Please sign in to comment.