mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Renaming `shell-chrome` to `shell-browser` contains the build that supports both browsers. PR Close #44952
14 lines
283 B
Text
14 lines
283 B
Text
load("//devtools/tools:typescript.bzl", "ts_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_library(
|
|
name = "environment",
|
|
srcs = [
|
|
"environment.ts",
|
|
],
|
|
deps = [
|
|
"//devtools/projects/ng-devtools",
|
|
"@npm//@types",
|
|
],
|
|
)
|