Angular Course with NgRx - Building Angular Project From Scratch

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 110

  • @amitsinha5260
    @amitsinha5260 Рік тому +9

    I was waiting for this entire collection for ngrx series . Thanks a lot!

  • @gauravtikekar9041
    @gauravtikekar9041 9 місяців тому +1

    Thanks for this wonderful detailed video. Could you please create one video or short on when to use state management and when to avoid it? I learned from resources that state management is an overkill in some scenarios.

  • @vojislavvukovic7376
    @vojislavvukovic7376 Рік тому +2

    Nice refresh, tnx for video :) I am sure alot of ppl, including myself, would be interested for Nx getting introduced into this stack (best practices for NgRx with libs in Nx workspace etc). There aren't many guides right now that are covering this topic :)

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому

      It is in the list already but as I have too many topics it won't come anytime soon.

  • @genarybin9244
    @genarybin9244 9 місяців тому +2

    great work! everything is very clean and sequentially 👍

  • @manikandankaliyappan6764
    @manikandankaliyappan6764 9 місяців тому

    Great video with the clear explanation and one more questions, ARE YOUR COURSES DOWNLOADABLE AFTER SUBSCRIPTION?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  9 місяців тому

      No they are not. As in services like Udemy they are also not downloadable.

  • @anxiousdev555
    @anxiousdev555 Рік тому

    Excellent lessons. Didn't know we can do all this within Angular and Ngrx. Thank a lot!

  • @sean_gamus
    @sean_gamus 6 днів тому

    How do I redirect to login page from sign-up page ? since we're exporting both register and login under 1 path.

  • @pravinmane1
    @pravinmane1 9 місяців тому

    Thank you so much for this informative video on NgRx, I can see you have used combineLatest operator to pass argument as an single object of multiple observables, but mostly I have used like array of observables, can you please help me understanding if there is any specific reason or advantage that we get in using it as an object of observables?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  9 місяців тому

      You want to read it like data.foo, data.bar in the html. Array doesn't allow that.

    • @pravinmane1
      @pravinmane1 9 місяців тому

      @@MonsterlessonsAcademy ohh got it, this is specific use case. Thanks for replying.

  • @bharathkumarkamal2061
    @bharathkumarkamal2061 8 місяців тому

    Excellenet video,learnt a lot from this. It would be more helpful if project could be shared

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  8 місяців тому +1

      As this is a part of the full course the project is not shared. You can get access to the source code of every single video in a full course.

  • @thediamondthomas2787
    @thediamondthomas2787 Рік тому +1

    Love this, excellently explained.

  • @stickyamp5996
    @stickyamp5996 6 місяців тому

    Hello Sir Monster, i've been watching lot of your videos and i've come with a question. I wonder, is NgRx necessary? I've not studied it a lot yet but i feel like it has the mission of creating a "state store" and that is already possible through observables so i do not really see the point of using this third party library

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  6 місяців тому +2

      I already covered that. ua-cam.com/video/vUEaDo6aXic/v-deo.htmlsi=N6aF2TWcTB5lnkSD

  • @mugatu2017
    @mugatu2017 Рік тому

    Thanks for your video Alexander, i would like to know do you feel more productive using Vim or Neo Vim instaad VSCode?

  • @Chapali9a
    @Chapali9a Рік тому

    Excellent tutorial. Learned a lot from it. Thank you

  • @graydhd8688
    @graydhd8688 6 місяців тому

    Whats the difference between this and the 4 hour version? Is it redone or just condensed from the same material?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  6 місяців тому

      It is the first part of the full course in both videos. The course was redone with latest updates and the length dropped significantly.

  • @deni930918
    @deni930918 8 місяців тому

    Great video as always! Thank you for all valuable lessons you provide for us.
    May I ask you to consider making some tutorials about Angular testing? Will be highly appreciated!

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  8 місяців тому +1

      I already have a video ua-cam.com/video/V322hFii-H8/v-deo.htmlsi=MvzoCh2M9Kl9Odr-
      and a full big course which covers testing
      monsterlessons-academy.com/courses/angular-testing-unit-testing-angular-and-e2e-testing

    • @deni930918
      @deni930918 8 місяців тому

      @@MonsterlessonsAcademy Thank you! I'm currently watching it. 🤓

  • @nicholasolds7279
    @nicholasolds7279 9 місяців тому

    Hi, sir. I keep getting the error "Cannot find module 'src/app/auth/auth.routes' or its corresponding type declarations." when trying to setup the routing at 39:00
    It seems like the compiler does not register the ability to lazy load on routes config.
    Any idea on how to fix?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  9 місяців тому

      It is difficult to help without seeing the code

    • @szywacz6066
      @szywacz6066 8 місяців тому

      i believe you did already fix it but if anyone else got same error, probably it is because of path to the file, your IDE should hint you the right one

  • @Georgii1212
    @Georgii1212 Рік тому +2

    In chapter Setting up local API, you are mentioning an archive file. Where is it ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +3

      You can take it from here: github.com/EJIqpEP/koa-knex-realworld-example

  • @zura8635
    @zura8635 3 місяці тому

    when i try to run command "docker-compose build" it tells me that there is no configuration file provided: not found. how do i fix it? at 31:15

  • @otmanechentoufi4894
    @otmanechentoufi4894 3 місяці тому

    Please use Vc so we can follow with and understand the structure of the project

  • @OliverSebastianHD
    @OliverSebastianHD Рік тому

    Nice! Will definitely be looking into this later today.

  • @dylanjhalltech8313
    @dylanjhalltech8313 9 місяців тому

    Really good video! I definitely learned something new

  • @FiVibe
    @FiVibe 6 місяців тому

    When you install cli, you just need to omit -g if you don’t want to install globally and just to this directory. So why use npx, I am interested?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  6 місяців тому

      With npx you install all clis for anything in the same way. You also don't need to install it locally for every project.

  • @malikrajat
    @malikrajat 8 місяців тому

    Love this, well explained. can you please share github link for this bode base

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  8 місяців тому

      No as this is a part of a full course. You get access to the course code of every video in the full course.

  • @MohamedHassan-hk6dh
    @MohamedHassan-hk6dh Місяць тому

    thanks for your effort
    is there a github repo for this project ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Місяць тому +1

      As this is a part of the full course you get the source code of each lesson when you buy it.

  • @rtpHarry
    @rtpHarry 25 днів тому

    Fyi docker-compose is now built in as docker compose (space instead of dash)

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  23 дні тому

      Thanks for letting me know. I need to update it in the course

    • @rtpHarry
      @rtpHarry 23 дні тому

      @@MonsterlessonsAcademy yeah it just plain doesn't work, with no message. I would have expected them to set up some kind of deprecation but I'm brand new to docker this week so I don't know if this has been a long time coming. It just stopped working when I installed the update.

  • @mahdiandalib186
    @mahdiandalib186 Рік тому +2

    plz use vs code because its really confusing when you are using this editor...

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +3

      Unfortunately that won't happen as vscode is not comfortable for me and I used vim for years.

  • @omjagtap3432
    @omjagtap3432 10 місяців тому +1

    The api is not working with localhost also

  • @hemanthhemu3664
    @hemanthhemu3664 Рік тому +2

    Your teaching skills are very good but i cant cope up with you because your using Vim ide. can you please switch to Vscode and explain the code little bit slow when ur writing it.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +2

      Unfortunately it is not comfortable for me to use Vscode so I can't help you with that. You can make the speed of the video slower if it is too fast.

  • @imperfectionist4535
    @imperfectionist4535 9 місяців тому

    you are the best man

  • @LarsRyeJeppesen
    @LarsRyeJeppesen Рік тому

    Loveee standalone and signals

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому

      There are no signals in this course but as we write 90% of the code in ngrx we can use selectSignal so it is a one liner change. I show how to do it at the end of the course.

  • @IamPali2024
    @IamPali2024 5 місяців тому

    Can you please do a real world with signals?

  • @pankaj.54666
    @pankaj.54666 4 місяці тому

    awesome! thanks!

  • @andr3ignacio
    @andr3ignacio Рік тому

    I don't see the archive with the API for local installation

  • @drackus001
    @drackus001 Рік тому

    Gotta watch this. ❤

  • @MrSjcris
    @MrSjcris Рік тому

    thanks for video. can you create for NGSX ?

  • @xaviersoh
    @xaviersoh Рік тому

    Well done , thanks so much

  • @IvanMalinovskyi-q4z
    @IvanMalinovskyi-q4z Рік тому

    Do you have mentoring program?

  • @tuku_mann
    @tuku_mann Рік тому

    Excuse me, sir, have you deleted the previous tutorial on the same topic? 😮

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +1

      The first part on youtube? No
      ua-cam.com/video/DyklxnC2XP0/v-deo.html
      On website the whole course is updated with latest changes of Angular like standalone components, createFeature and functional effects

    • @tuku_mann
      @tuku_mann Рік тому

      ​​@@MonsterlessonsAcademythank you so much! Both versions are very useful indeed

  • @ВиталийРива-ф1ч

    Will u update the same course on RU lang ?

  • @leiayuri
    @leiayuri Рік тому

    Is this the same paid course on your website?😮

  • @linuxier1986
    @linuxier1986 Рік тому

    Not able to set up, docker-compose. pls share the project.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +1

      Here it is github.com/EJIqpEP/koa-knex-realworld-example

    • @linuxier1986
      @linuxier1986 Рік тому

      Thanks @@MonsterlessonsAcademy

    • @linhoang2812
      @linhoang2812 3 місяці тому

      @@MonsterlessonsAcademy Hi, can you pin the link on top? Many thanks.

  • @vadimv3m474
    @vadimv3m474 Рік тому

    Thanks!

  • @ayeshdev
    @ayeshdev 7 місяців тому

    where is the design template?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  7 місяців тому

      There is no design template but you can look on implemented real application
      demo.realworld.io/#/

  • @AMROUALWANE
    @AMROUALWANE Рік тому

    thank you a lot

  • @MahmoudTarek-pz1rl
    @MahmoudTarek-pz1rl Рік тому

    Thank you a lot for this very helpful and illustrated explanation, looking forward seeing more of it 🩵

  • @ДаниелДианов
    @ДаниелДианов 7 місяців тому

    Holy mother of vim!

  • @moto710
    @moto710 Рік тому

    Can you show the vim config?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Рік тому +1

      ua-cam.com/video/j6uqOvTRq6I/v-deo.html
      ua-cam.com/video/YrLiugDhCuk/v-deo.html
      ua-cam.com/video/Xa4aOOB7XZo/v-deo.html

  • @tockutocku
    @tockutocku Рік тому

    would you mind sharing me the source code?

  • @The14Some1
    @The14Some1 11 місяців тому

    bracketSpacing: false
    aww.....😒

  • @emrahyigit
    @emrahyigit Рік тому

    NgRx, Redux, Reducers etc. they will all going to be deprecated and turn into trash...

  • @lawrencep4943
    @lawrencep4943 Рік тому

    Promo-SM 👇