updated: 2023/09/17 Since angular 16 release https://blog.angular.io/angular-v16-is-here-4d7a28ec680d
All you need to do is very simple, just change angular-cli build command and done: ...
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
... detail from docs here: https://angular.io/guide/esbuild Below information is the custom Code in angular 15 Hello, I love Angular and I…