docs: add links to web.dev/angular guides (#31804)

This PR adds the following links to web.dev/angular:

1. Link to the guides in the resource section under "Online Training"
2. Links to code-splitting & preloading in the lazy-loading guide
3. Link to the accessibility guide on web.dev/angular

PR Close #31804
This commit is contained in:
mgechev
2019-07-23 10:51:54 -07:00
committed by Alex Rickabaugh
parent 14bfcfb731
commit 44b5bf486f
3 changed files with 14 additions and 0 deletions

View File

@ -207,3 +207,6 @@ You may also be interested in the following:
* [Routing and Navigation](guide/router).
* [Providers](guide/providers).
* [Types of Feature Modules](guide/module-types).
* [Route-level code-splitting in Angular](https://web.dev/route-level-code-splitting-in-angular/)
* [Route preloading strategies in Angular](https://web.dev/route-preloading-in-angular/)