1.

What is the use of Bazel in Angular 8?

Answer»
  • Bazel is a build system in Angular 8 AVAILABLE for a short period.
  • It provides a PLATFORM to make back-end and front-end services with the same tool.
  • It allows us to build CLI (Command Line Interface) applications quickly and easily.
  • The entirety of the Angular 8 framework is built on Bazel and it allows us to divide an application into VARIOUS build units which are DEFINED at the NgModule level.
  • It supports customization and also facilitates us to draw graphs. We can use these graphs to easily identify the essential information.
Bazel In Angular 8


Discussion

No Comment Found