mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9ffa490d3f
See design: https://goo.gl/rAeYWx PR Close #18733
10 lines
310 B
Python
10 lines
310 B
Python
# 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.
|
|
Users should not load files under "/src"
|
|
"""
|
|
|
|
load("//src:ng_module.bzl", "ng_module")
|