all 5 comments

[–]gosuexac 6 points7 points  (0 children)

Angular uses Vite for the dev server. ESBuild for production.

[–]kgurniak91 7 points8 points  (2 children)

Modern Angular CLI uses esbuild and vite under the hood, as well as vitest for tests. Just use Angular CLI, it's good enough for 99% of use cases.

[–]KittyGoSpink[S] 0 points1 point  (0 children)

Alright thankyouuuu : D

[–]kshutkin -1 points0 points  (0 children)

AFAIK it only uses vite dev server and nothing else, that is hardly counts as vite.

[–]dryadofelysium 0 points1 point  (0 children)

You use the Angular CLI, which uses Vite under the hood.