From f2bf8287ba4c1e6c3e31bcae5f39060eb5386fc7 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 23 Jul 2018 12:46:30 -0700 Subject: [PATCH] build(bazel): add comment about angular bazel rules API re-export from /index.bzl (#24663) PR Close #24663 --- index.bzl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.bzl b/index.bzl index 5178b8ba4c..e0078cc901 100644 --- a/index.bzl +++ b/index.bzl @@ -3,6 +3,13 @@ # Use of this source code is governed by an MIT-style license that can be # found in the LICENSE file at https://angular.io/license """ Public API surface is re-exported here. + +This API is exported for user's building angular from source in downstream +projects. The rules from packages/bazel are re-exported here as well +as the ng_setup_workspace repository rule needed when building angular +from source downstream. Alternately, this API is available from the +@angular/bazel npm package if the npm distribution of angular is +used in a downstream project. """ load("//packages/bazel:index.bzl",