What is Bazel tool?

Bazel is basically a powerful build tool developed and massively used by Google and it can keep track of the dependencies between different packages and build targets. In Angular8, the users can build their respective CLI applications with Bazel. It is interesting to note that, the Angular framework itself is built with Bazel.