Skip to content

Instantly share code, notes, and snippets.

@alexeagle
Created August 23, 2017 20:48
Show Gist options
  • Save alexeagle/55483327b4d8a575e168e48ff6596edb to your computer and use it in GitHub Desktop.
Save alexeagle/55483327b4d8a575e168e48ff6596edb to your computer and use it in GitHub Desktop.
package(default_visibility = ["//visibility:public"])
load("@angular//:index.bzl", "ng_module")
ng_module(
name = "src",
srcs = glob(["*.ts"]),
deps = ["//src/hello-world"],
tsconfig = ":tsconfig.json",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment