4/4 Angular NgRx Data installation tutorial | Real life implementation

preview_player
Показать описание
Lets see Angular NgRx Data in action in this tutorial, how to install and use NgRx Data in one Angular application. NgRx Data is a bit dedicated tool for C.R.U.D. operations on normalized APIs, that can handle the Effects, Actions, Selectors and even the Store for you. We will also discuss some limitations that NgRx data has, and how to use it in real life.

Join our Facebook group to follow the news and join discussion
or discord group if that is more your thing

➤ LINKS
(use tags to navigate between lessons)

Timestamps:
Intro (00:00)
NgRx Data limits (02:17)
Backend setup (03:41)
NgRx Data Implementation (05:42)
Summary (16:38)
Рекомендации по теме
Комментарии
Автор

What about using an interceptor to transform the data received from Google API to the format expected by NgRx Data?

CharlesFerreira
Автор

Thanks, I have one question, when need to use ngrx basic and when need to use ngrx data ?, for example I have backend with spring boot.

SergioUkrAr
Автор

Visibility problem .. please use zoomed screen

ashokghanwat
Автор

Can you also make a video about ngrx router-store, i use other libraries except router-store and entity. Want to learn more. Your videos are awesome!!

anilvegeta
Автор

thanks for the video. i have multiple modules and i can't make the custom url work... can you show the ngrx data set-up for implementing the ngrx data a in adifferent module then the app module?

BumbaFun
Автор

thank you, can you do Akita state management in future in ur tutorials

awisemanoncesaid
Автор

i followed everything but i'm having this error, why ? TypeError: E.reduce is not a function

richardbravix
Автор

isnt one of the advantages of ngrx that we decouple components from any service? Using ngrx data moves the service back to the component. that is conceptionally somewhat contradictory.

Hanneslueke