Has anyone started an angular project with bun in windows.
I'm currently facing an issue when trying to run the app using bun, the build takes more than an hour to build.
The steps I took:
bun install -g @angular/cli
ng new bun-x-angular
bun run start
the application hangs on the build step and never completes.