44. Using Ngrx Router Store in the Effects to get the posts data in Ngrx Angular Application.

preview_player
Показать описание
Hi Friends
In this video we will see how to use the ngrx router store in the Effects to get the posts data from the backend service in the Ngrx Angular Application.

The code is deployed in my Github account.

If you like my video, please subscribe to my channel.

#Angular #ngrx #leelawebdev
Рекомендации по теме
Комментарии
Автор

Implementing and digesting the parameters route is complicated process.

rajeshlohana
Автор

Can u do a vue js 2 or 3 complete course like this in this level ?
what is easier to use for large application ? vue js or angular 10 ?

kinax
Автор

Sir id is in the form of collection of characters.How to make it integer????

gauravsingh-qtzo
Автор

I am getting an error in getSinglePost$ in posts.effects.ts file in the following code:
" map((rn: RouterNavigatedAction) => {
return

The error is this: " Property 'params' does not exist on type

Actually, the library is updated by Angular so I am getting this error. Can you please guide me that how may I solve this error?

museebghumman
Автор

I am getting an error in getSinglePost$ in posts.effects.ts file in the following code:
" map((rn: RouterNavigatedAction) => {
return

The error is this: " Property 'params' does not exist on type

Can someone tell how to resolve this?

AviatorBro