Skip to content

Commit ef45637

Browse files
SkyZeroZxAndrewKushnir
authored andcommitted
docs(language-service): add link to hydration guide in built-in names documentation
Adds link to hydration guide for `hydrate` keyword
1 parent 97c7025 commit ef45637

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/language-service/src/quick_info_built_ins.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ const BUILT_IN_NAMES_TO_DOC_MAP: {
210210
'hydrate': {
211211
docString:
212212
"Keyword that indicates when the block's content will be hydrated. You can use `on` and `when` conditions as hydration triggers, or `hydrate never` to disable hydration for this block.",
213-
// TODO(crisbeto): add link to partial hydration guide
214-
links: [],
213+
links: ['[Reference](https://angular.dev/guide/incremental-hydration)'],
215214
displayInfoKind: DisplayInfoKind.KEYWORD,
216215
},
217216
'when': {

0 commit comments

Comments
 (0)