From a585e49233104f74ea30e9b003906818dccc3ec6 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Mon, 25 Nov 2024 22:27:33 +0100 Subject: [PATCH] docs: fix @let roadmap tile. (#58886) Prior to this change, we generated an invalid HTML with nested anchor elements. Those are not valid and are recovered by the browser by closing one early which messed the layout. fixes #58884 PR Close #58886 --- adev/src/content/reference/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/reference/roadmap.md b/adev/src/content/reference/roadmap.md index 05d709101c1..6d506dcadd1 100644 --- a/adev/src/content/reference/roadmap.md +++ b/adev/src/content/reference/roadmap.md @@ -154,7 +154,7 @@ This section represents explorations and prototyping of potential future project As part of this initiative, the language service automatically imports components and pipes in standalone and NgModule-based apps. Additionally, we've added a template diagnostic to highlight unused imports in standalone components, which should help make application bundles smaller. - + We've released the support for local template variables in Angular, see [`@let` docs](https://angular.dev/api/core/@let) for additional information.