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")
|