Today is {{ date }}
-BUILD.bazel
files to customize the configuration of Bazel.
-This means the application is compiled in many small libraries, giving us incremental builds.
-
-Read more about the example on the GitHub README
-
-- A small change to your app should require a small re-build. -
-
- Use the same ng
commands you're used to.
-
- Expand your build and test to run in parallel on a cluster of - workers. -
-- Not a stable, supported API, so use Bazel with caution in - production applications. We expect to promote it to stable for - Angular version 9. -
-