Angular webpack vs esbuild
Angular webpack vs esbuild What is webpack? Webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph w...
Angular webpack vs esbuild What is webpack? Webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph w...
Nx in a standalone Angular application Since the release of version 14.6.0, Nx has been able to generate Angular standalone applications. But what does that mean? To understand that, lets first un...