Why NgRx Signal Store is My New Default | Angular State in 2024

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

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

  • @DirtySouth33T
    @DirtySouth33T Месяц назад

    ok mind blown, i am all for this! please let me kow when you upload it i am going to purchase. i see so many use cases here for myself, great info and intro to this man!

    • @ZoaibKhan
      @ZoaibKhan  Месяц назад +1

      Just uploaded it - there was a technical issue on lemon squeezy which is resolved now :)
      Glad you liked the store - I love refactoring stuff - so enjoyed this process!

    • @DirtySouth33T
      @DirtySouth33T Месяц назад

      @@ZoaibKhan i just bought it to play around with it. I wish you had a shared githib private repo that all your pateron supporters could collaborate on. i think that would be awesome. thanks buddy!

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 25 дней назад

    I agree, it's also my favorite store. I am converting all stores in all our projects, and it's amazing.

  • @techwake360
    @techwake360 Месяц назад +2

    Could you please make a tutorial about local firestore emulator with angular?

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 25 дней назад

      That would be nice

    • @ZoaibKhan
      @ZoaibKhan  25 дней назад +1

      Interesting...I'll add it to the list of videos, maybe I can adjust it in some other video related to firestore

  • @juniorngomajose9454
    @juniorngomajose9454 Месяц назад

    Thanks for the video.
    What Can I do to render my login page outside this dashboard. I need a help, please!

    • @ZoaibKhan
      @ZoaibKhan  Месяц назад +1

      Well, you can create a separate component and route for login - and then keep the rest of the dashboard + menu routes in a separate set of routes. There will be a router outlet on the main app component - and then there is already a router outlet for the normal page routes but it'll be nested inside the container
      Hope that helps a bit! If not, this seems like a good thing to show on video :)

    • @juniorngomajose9454
      @juniorngomajose9454 Месяц назад

      @@ZoaibKhan Your explanation is very clear. I thank you once again. I will implement it to see if I can be successful.

  • @TheZukkino
    @TheZukkino Месяц назад

    Thanks for the lesson! This is a really useful tool.
    What about signalStore and Resource API interaction?

    • @ZoaibKhan
      @ZoaibKhan  Месяц назад

      I think we might see some built in way to define resources within the signal store in future versions on the pattern of with computed.

  • @IbrahimMouhsine
    @IbrahimMouhsine Месяц назад

    hello zoaib how add download progress bar in angular with fetch api ?

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 25 дней назад +2

      Use the Resource API

    • @IbrahimMouhsine
      @IbrahimMouhsine 25 дней назад

      @@LarsRyeJeppesen ok thanks bro !

    • @ZoaibKhan
      @ZoaibKhan  25 дней назад +2

      that's a good idea for a tutorial, thanks.

  • @f2b757
    @f2b757 11 дней назад

    Good day, yesterday I got the Dashboard and I still can’t it up, I’m getting this error: FirebaseError: Firebase:Error(auth/invalid-api-key)

    • @ZoaibKhan
      @ZoaibKhan  11 дней назад +2

      Hey! You need to go in firebase.service and replace the firebaseConfig with your own Firebase projects config. Try that out and let me know :)

    • @f2b757
      @f2b757 11 дней назад

      After having my own Firebase configuration, the project is up and running. Now, what credentials should I use? I'm getting “invalid email or password” with the credentials you provide, even though I check the request and the error is “400 Bad Request”. Can you help me? Sorry, I'm new to this world.

    • @ZoaibKhan
      @ZoaibKhan  11 дней назад +1

      @f2b757 Just add a new user with password on the Firebase developer console and also add a users collection in firebase. Check out my latest video for more info where I show all of this.

    • @ZoaibKhan
      @ZoaibKhan  11 дней назад +2

      I'll be adding a setup guide as well to the Readme, so it shows you exactly how to set it up :)

    • @f2b757
      @f2b757 11 дней назад

      Thanks!

  • @jeffnikelson5824
    @jeffnikelson5824 Месяц назад

    can you share the Sourcecode ?

    • @ZoaibKhan
      @ZoaibKhan  Месяц назад +1

      It's part of the dashboard - the complete code can be bought on the link in the description.