build(bazel): use bazel managed node_modules for downstream angular from source build support (#24663)

PR Close #24663
This commit is contained in:
Greg Magolan
2018-06-25 11:22:23 -07:00
committed by Igor Minar
parent 514d03f2d0
commit 8743a9bfd6
25 changed files with 1231 additions and 1125 deletions

View File

@ -3134,6 +3134,9 @@
{
"name": "isIdentifierStart"
},
{
"name": "isInteropObservable"
},
{
"name": "isIterable"
},
@ -3167,9 +3170,6 @@
{
"name": "isObject"
},
{
"name": "isObservable"
},
{
"name": "isPrefixEnd"
},

View File

@ -76,7 +76,7 @@ js_expected_symbol_test(
genrule(
name = "tslib",
srcs = [
"//:node_modules/tslib/tslib.js",
"@angular_deps//:node_modules/tslib/tslib.js",
],
outs = [
"tslib.js",