Skip to content

Commit 571cf55

Browse files
docs: fix angular background fetching indicators replace rules (#9819)
docs(angular): add missing replace rules for background-fetching-indicators - Add replace rules to convert React terminology to Angular equivalents - Fixes useIsFetching -> injectIsFetching conversion in prose text - Adds hook -> function terminology conversion - Includes package name conversion for @tanstack/react-query - Resolves Issue #9744
1 parent 14a032d commit 571cf55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/framework/angular/guides/background-fetching-indicators.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
id: background-fetching-indicators
33
title: Background Fetching Indicators
44
ref: docs/framework/react/guides/background-fetching-indicators.md
5+
replace:
6+
{
7+
'useIsFetching': 'injectIsFetching',
8+
'hook': 'function',
9+
'@tanstack/react-query': '@tanstack/angular-query-experimental'
10+
}
511
---
612

713
[//]: # 'Example'

0 commit comments

Comments
 (0)