angular/modules/playground/src
Paul Gschwendtner 3c7fdc6a9e build: fix routing playground example using external resource (#28490)
Currently the "routing" playground example fails the e2e tests
because it tries to load the OpenSans font using an external
HTTP request. External http requests are not allowed (unless
explicitly enabled) within Bazel in order to ensure that
all targets are built and tested in a hermetic way.

In order to work around this issue in a Bazel idiomatic way,
we just vendor the fonts in the "third_party" folder. Note
that we can technically also enable internet for the RBE
host platform, but it's not a best practice for hermeticity.

The following syntax would allow us to enable internet for
RBE (stated here for tracking)

```
properties: {
  name: "dockerNetwork"
  value: "standard"
}
```

PR Close #28490
2019-02-04 16:51:11 -05:00
..
animate build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
async build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
benchpress build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
gestures build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
hello_world build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
http build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
jsonp build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
key_events build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
model_driven_forms build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
order_management build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
person_management build: fix "person_management" playground example (#28490) 2019-02-04 16:51:11 -05:00
relative_assets build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
routing build: fix routing playground example using external resource (#28490) 2019-02-04 16:51:11 -05:00
sourcemap build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
svg build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
template_driven_forms build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
todo build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
upgrade build: re-enable upgrade playground example (#28490) 2019-02-04 16:51:11 -05:00
web_workers build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00
zippy_component build: switch playground examples to bazel (#28490) 2019-02-04 16:51:11 -05:00