2020-05-19 12:08:49 -07:00
|
|
|
# Copyright Google LLC All Rights Reserved.
|
2017-08-16 09:02:20 -07:00
|
|
|
#
|
|
|
|
# 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.
|
2018-01-05 10:53:55 -08:00
|
|
|
|
2017-08-16 09:02:20 -07:00
|
|
|
Users should not load files under "/src"
|
|
|
|
"""
|
|
|
|
|
2018-02-13 11:26:06 -08:00
|
|
|
load("//packages/bazel/src/ng_package:ng_package.bzl", _ng_package = "ng_package")
|
2019-04-02 11:42:58 -07:00
|
|
|
load("//packages/bazel/src:ng_module.bzl", _ng_module = "ng_module_macro")
|
2018-01-05 10:53:55 -08:00
|
|
|
|
|
|
|
ng_module = _ng_module
|
2018-02-13 11:26:06 -08:00
|
|
|
ng_package = _ng_package
|
2018-04-25 09:23:20 -07:00
|
|
|
# DO NOT ADD PUBLIC API without including in the documentation generation
|
2018-10-27 09:25:45 +02:00
|
|
|
# Run `yarn bazel build //packages/bazel/docs` to verify
|