diff --git a/aio/content/guide/accessibility.md b/aio/content/guide/accessibility.md index 7146644151..44ad2ecd97 100644 --- a/aio/content/guide/accessibility.md +++ b/aio/content/guide/accessibility.md @@ -179,3 +179,8 @@ Books * "A Web for Everyone: Designing Accessible User Experiences", Sarah Horton and Whitney Quesenbery * "Inclusive Design Patterns", Heydon Pickering + +## More on accessibility + +You may also be interested in the following: +* [Audit your Angular app's accessibility with codelyzer](https://web.dev/accessible-angular-with-codelyzer/). diff --git a/aio/content/guide/lazy-loading-ngmodules.md b/aio/content/guide/lazy-loading-ngmodules.md index ca22e50fdb..bf828b36d1 100644 --- a/aio/content/guide/lazy-loading-ngmodules.md +++ b/aio/content/guide/lazy-loading-ngmodules.md @@ -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/) + diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 4ca1ba2b99..73e6e64e8f 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -637,6 +637,12 @@ "rev": true, "title": "Loiane Training (Português)", "url": "https://loiane.training/course/angular/" + }, + "web-dev-angular": { + "desc": "Build performant and progressive Angular applications.", + "rev": true, + "title": "web.dev/angular", + "url": "https://web.dev/angular" } } },