Uncaught TypeError switching Angular Builder
I have a pretty hugh project that I’m about to migrate from "builder": "@angular-devkit/build-angular:browser"
to "builder": "@angular-devkit/build-angular:application"
.
Single bundle file using ESBUILD
I have created a new project which consist on a web-component created with angular-elements. I’m using angular 17 and the new default builder ‘@angular-devkit/build-angular:application’.