From 3cab823222e1eb3da629d776e7d79a6d70f51025 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Thu, 29 Oct 2020 16:28:46 -0700 Subject: [PATCH] docs(bazel): Mention Alex Eagle's article on migration doc (#39507) Alex Eagle wrote an external article on our decision to move Bazel out of Angular repo, and it's useful for users who want to know more about what's next. PR Close #39507 --- packages/bazel/src/schematics/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/bazel/src/schematics/README.md b/packages/bazel/src/schematics/README.md index 60d5fe26be..37e76ef8c3 100644 --- a/packages/bazel/src/schematics/README.md +++ b/packages/bazel/src/schematics/README.md @@ -52,3 +52,8 @@ For questions, please ask in the `#angular` channel in http://slack.bazel.build/ If you'd like to revert to the default Angular CLI builder, you could restore the original Angular config from backup by replacing `angular.json` with `angular.json.bak`. + +## External Resources + +1. Angular ❤️ Bazel leaving Angular Labs + https://dev.to/bazel/angular-bazel-leaving-angular-labs-51ja