2017-08-16 12:02:20 -04:00
|
|
|
# Copyright Google Inc. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# 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 13:53:55 -05:00
|
|
|
|
2017-08-16 12:02:20 -04:00
|
|
|
Users should not load files under "/src"
|
|
|
|
"""
|
|
|
|
|
2018-02-13 11:19:33 -05:00
|
|
|
load("//packages/bazel/src:ng_module.bzl", _ng_module = "ng_module")
|
2018-02-13 14:26:06 -05:00
|
|
|
load("//packages/bazel/src/ng_package:ng_package.bzl", _ng_package = "ng_package")
|
2018-01-05 13:53:55 -05:00
|
|
|
|
|
|
|
ng_module = _ng_module
|
2018-02-13 14:26:06 -05:00
|
|
|
ng_package = _ng_package
|