tree: 3182a88f420cae42455c29fc103b5c3c9d6c9b53 [path history] [tgz]
  1. e2e/
  2. patches/
  3. src/
  4. .bazelignore
  5. .bazelrc
  6. .gitignore
  7. angular.json
  8. browserslist
  9. BUILD.bazel
  10. dummy_test.sh
  11. karma.conf.js
  12. package.json
  13. README.md
  14. tsconfig.app.json
  15. tsconfig.json
  16. tsconfig.spec.json
  17. tslint.json
  18. WORKSPACE
  19. yarn.lock
examples/angular_bazel_architect/README.md

Angular Bazel Architect

This project was generated with Angular CLI

This example showcases building and testing a project with the Angular CLI. Instead of using the Angular CLI directly we use Architect here, which is the lower level api for the Angular CLI.

This requies one patch, which can be found under ./patches. This patch adjusts how the architect-cli prints stdio so that when running under Bazel you don't lose your logs.