build: add a ng_package rule for @angular/router (#22628)

PR Close #22628
This commit is contained in:
Alex Eagle
2018-03-07 09:56:07 -08:00
parent fcb8c492d6
commit ce649f725f
5 changed files with 63 additions and 15 deletions

View File

@ -4,7 +4,6 @@ load("//tools:defaults.bzl", "ng_module")
ng_module(
name = "testing",
testonly = 1,
srcs = glob(["**/*.ts"]),
module_name = "@angular/router/testing",
deps = [