Ultimate NGRX: Store Selectors

Поделиться
HTML-код
  • Опубликовано: 19 дек 2024

Комментарии • 26

  • @WobblycogsUk
    @WobblycogsUk 5 лет назад

    Many thanks, I've looked everywhere for a clear explanation of selectors and I think I finally get it.

  • @ewaschenko
    @ewaschenko 7 лет назад +7

    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?

  • @olmanmora21
    @olmanmora21 6 лет назад +1

    awesome explanation, I'm very impressed about these series of videos.

  • @bhargav9435
    @bhargav9435 4 года назад +2

    For all who are looking for source code, you can find here github.com/UltimateAngular/ngrx-store-effects-app

  • @andrewparker7603
    @andrewparker7603 4 года назад

    Excellent walk through!

  • @sangramGi
    @sangramGi 4 года назад

    Informative tutorial. Appreciated.

  • @JohnBiddulph
    @JohnBiddulph 5 лет назад

    11:25 where is Pizzas property being set? when I press state. I get: data, loading, loaded

    • @scottwilliamson4866
      @scottwilliamson4866 5 лет назад

      think its in the ProductsState interface ie pizzas: PizzaState

  • @amithdebnath9161
    @amithdebnath9161 4 года назад

    Amazing content and explanation is superb.

  • @sanketkulkarni4293
    @sanketkulkarni4293 3 года назад

    Which font did you use for VS code editor ?

  • @ofir332
    @ofir332 6 лет назад +1

    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 ?

  • @justiceaddico2560
    @justiceaddico2560 4 года назад

    How do i create a selector without first creating a feature selector.. because of the absence of a feature module.

  • @stephenclark9434
    @stephenclark9434 6 лет назад +2

    Nicely done! It would be nice if you could share the code! Thanks

  • @barzkeeper2057
    @barzkeeper2057 5 лет назад

    At which point did you setup the main store in app.module?

  • @miguelangelpicoleal3234
    @miguelangelpicoleal3234 4 года назад

    Could you share the code pls ? Great video explanation btw !

  • @justiceaddico2560
    @justiceaddico2560 4 года назад +1

    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

  • @S4sent
    @S4sent 5 лет назад +5

    😅😅😅😅😅😅 my brain is dead

  • @TM-xp7hd
    @TM-xp7hd 6 лет назад +5

    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

  • @oleksandrpersonalstuff
    @oleksandrpersonalstuff 6 лет назад +1

    @Todd Motto, what should be in `StoreModule.forRoot`?

    • @jberall1234
      @jberall1234 6 лет назад +1

      import { StoreModule, ActionReducer, MetaReducer } from '@ngrx/store';
      import { reducers } from './store/reducers';
      export const metaReducers: MetaReducer[] = [];
      StoreModule.forRoot({}, { metaReducers }),

  • @thecamguy
    @thecamguy 4 года назад +1

    Great tutorials, but for the record, this is about where my eyes glazed over.

  • @atulkulve1
    @atulkulve1 6 лет назад

    Impressive..