mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update rxResource changes in updated page
Add both `request` and `loader` changes in rxResource section
This commit is contained in:
parent
3adb091c1a
commit
abcd6b5bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -2604,7 +2604,8 @@ export const RECOMMENDATIONS: Step[] = [
|
|||
necessaryAsOf: 2000,
|
||||
level: ApplicationComplexity.Medium,
|
||||
step: '20.0.0_rename_rxResource_loader_to_stream',
|
||||
action: 'Rename the `loader` property passed in rxResources to `stream`.',
|
||||
action:
|
||||
'Rename the `request` and `loader` properties passed in RxResource to `params` and `stream`.',
|
||||
},
|
||||
{
|
||||
possibleIn: 2000,
|
||||
|
|
|
|||
Loading…
Reference in a new issue