Ionic Tutorial #10 - Starting with NGRX - Loading component

preview_player
Показать описание
Ionic tutorial installing and implementing NGRX for state management with the idea of redux. We create a loading component that can be activated/deactivated from anywhere in our app.

Links:

Doubts? Join me on Discord:

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

Links:






Doubts? Join me on Discord:

itwithpauloalves
Автор

Great Paulo! Its always good see a brazilian guy spreading knowledge to the world

brunocoutinho
Автор

Damn am impressed.The gap in knowledge between us... Am just copy-pasting most of the code. Much appreciation though am learning a lot

TalesofTwoWorlds
Автор

Thanks Paulo for awesome tutorial..u made my weekend so productive

Kingkiyan
Автор

I'm using your classes to do my final thesis. I would like your help because in my project the background of the loading page is not becoming transparent and it is not jumping to the login page, thank you in advance

lohdelnero
Автор

Thanks for the awesome tutorial Pablo!
I had a problem at the end, in my Chrome DevTools I couldn´t see the Redux tab. What could it be?

marioandreschalita
Автор

Hey i got an error at:
loadingState$: Observable<LoadingState>;, so i added the "!" next to loadingState$ to remove the error
export function loadingReducer(state: LoadingState, action){
return reducer(state, action);
};, so i added :any next to action
and i didnt get the loading component when i clicked on forgot your password with some failed test, would you be aable to help me?

karimfallakha
Автор

There were 3 test errors by the end of this video and in the next video your app was clean so you never showed how you fixed

hilalnajem