very nice series, I got to the 9 video - at the part where you can console log the store contant, and there thing get messy, I realize that you didn't explain how to config every thing to app.module .. i saw in your code something called metaRouters (in app.module file) .. what is it? where can i find it ?
Many thanks, I've looked everywhere for a clear explanation of selectors and I think I finally get it.
Hi, everything has been working until the Selectors, I've follow the same steps however the selector returns undefined instead of the list. Any ideas?
awesome explanation, I'm very impressed about these series of videos.
For all who are looking for source code, you can find here github.com/UltimateAngular/ngrx-store-effects-app
Excellent walk through!
Informative tutorial. Appreciated.
11:25 where is Pizzas property being set? when I press state. I get: data, loading, loaded
think its in the ProductsState interface ie pizzas: PizzaState
Amazing content and explanation is superb.
Thanks so much!
Which font did you use for VS code editor ?
Operator mono :)
very nice series, I got to the 9 video - at the part where you can console log the store contant, and there thing get messy, I realize that you didn't explain how to config every thing to app.module .. i saw in your code something called metaRouters (in app.module file) .. what is it? where can i find it ?
How do i create a selector without first creating a feature selector.. because of the absence of a feature module.
Nicely done! It would be nice if you could share the code! Thanks
At which point did you setup the main store in app.module?
Could you share the code pls ? Great video explanation btw !
Why didn't you start off with setting it up for root module and how we would create selectors for that.. you started of way into the future
😅😅😅😅😅😅 my brain is dead
When you say "Ultimate NGRX" .... you meant it. This is 22 Levels higher than any other tutorial series. I don't understand a thing.
I have to go back
@Todd Motto, what should be in `StoreModule.forRoot`?
import { StoreModule, ActionReducer, MetaReducer } from '@ngrx/store';
import { reducers } from './store/reducers';
export const metaReducers: MetaReducer[] = [];
StoreModule.forRoot({}, { metaReducers }),
Great tutorials, but for the record, this is about where my eyes glazed over.
Impressive..