https://github.com/angular/angular
Raw File
Tip revision: a0b06befb6972e96ce5b724c14a65f5382bd4eee authored by Alex Rickabaugh on 14 July 2017, 20:12:37 UTC
docs: add changelog for 4.3.0
Tip revision: a0b06be
WORKSPACE
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
   name = "io_bazel_rules_typescript",
   remote = "https://github.com/bazelbuild/rules_typescript.git",
   commit = "3a8404d",
)

load("@io_bazel_rules_typescript//:defs.bzl", "node_repositories")

node_repositories(package_json = "//:package.json")
back to top