mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-20 09:15:50 +08:00
12 lines
332 B
Python
12 lines
332 B
Python
load("@npm2//:defs.bzl", "npm_link_all_packages")
|
|
|
|
# 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.dev/license
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"])
|
|
|
|
npm_link_all_packages()
|