DEV Community

Discussion on: Angular + Bazel: Getting ready!

Collapse
 
wassimchegham profile image
Wassim Chegham

What we usually tell developers is that if your Angular application is building fine and you are happy with the build (and tests) speed/perfs, you don't have to switch to Bazel. Also, in most cases, you won't need to learn about Bazel since all common tasks would be handled automatically for you. However, knowing Bazel basics might help, but this is not mandatory.

Collapse
 
afifalfiano profile image
Afif Alfiano

So, how to implemnts environtments dev, stag and prod on angular after add bazel. Before that, I'm used fileReplacement configuration on angular.json to change environment. How about bazel?