
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
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
86.3%
JavaScript
8.5%
HTML
1.8%
Starlark
1.7%
CSS
1%
Other
0.6%