build(bazel): add comment about angular bazel rules API re-export from /index.bzl (#24663)
PR Close #24663
This commit is contained in:
parent
9d5b34e1e7
commit
f2bf8287ba
@ -3,6 +3,13 @@
|
|||||||
# Use of this source code is governed by an MIT-style license that can be
|
# 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
|
# found in the LICENSE file at https://angular.io/license
|
||||||
""" Public API surface is re-exported here.
|
""" 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",
|
load("//packages/bazel:index.bzl",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user