Angular Course with NgRx - Building Angular Project From Scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 113

  • @amitsinha5260
    @amitsinha5260 ปีที่แล้ว +9

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

  • @gauravtikekar9041
    @gauravtikekar9041 11 หลายเดือนก่อน +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.

  • @genarybin9244
    @genarybin9244 10 หลายเดือนก่อน +2

    great work! everything is very clean and sequentially 👍

  • @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.

  • @ManojKandagallmath
    @ManojKandagallmath 22 วันที่ผ่านมา

    i need angular v18 standalone with firebase project with login/rgisert and also admin page along with validation

  • @sean_gamus
    @sean_gamus หลายเดือนก่อน

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

  • @omjagtap3432
    @omjagtap3432 11 หลายเดือนก่อน +1

    The api is not working with localhost also

  • @thediamondthomas2787
    @thediamondthomas2787 ปีที่แล้ว +1

    Love this, excellently explained.

  • @pravinmane1
    @pravinmane1 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน

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

    • @pravinmane1
      @pravinmane1 10 หลายเดือนก่อน

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

  • @anxiousdev555
    @anxiousdev555 ปีที่แล้ว

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

  • @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

  • @manikandankaliyappan6764
    @manikandankaliyappan6764 10 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  10 หลายเดือนก่อน

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

  • @bharathkumarkamal2061
    @bharathkumarkamal2061 9 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  9 หลายเดือนก่อน +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.

  • @johnfredmfadrigalan553
    @johnfredmfadrigalan553 หลายเดือนก่อน

    Really liked your video. You explain everything so well. Easy to understand. If you find the time can you please also cover the google maps api usage in angular? 😊

  • @graydhd8688
    @graydhd8688 7 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  7 หลายเดือนก่อน

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

  • @mugatu2017
    @mugatu2017 ปีที่แล้ว

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

  • @otmanechentoufi4894
    @otmanechentoufi4894 4 หลายเดือนก่อน

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

  • @MohamedHassan-hk6dh
    @MohamedHassan-hk6dh 2 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 หลายเดือนก่อน +1

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

  • @FiVibe
    @FiVibe 8 หลายเดือนก่อน

    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  8 หลายเดือนก่อน

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

  • @rtpHarry
    @rtpHarry 2 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 หลายเดือนก่อน

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

    • @rtpHarry
      @rtpHarry 2 หลายเดือนก่อน

      @@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.

  • @Chapali9a
    @Chapali9a ปีที่แล้ว

    Excellent tutorial. Learned a lot from it. Thank you

  • @OliverSebastianHD
    @OliverSebastianHD ปีที่แล้ว

    Nice! Will definitely be looking into this later today.

  • @zura8635
    @zura8635 5 หลายเดือนก่อน

    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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  5 หลายเดือนก่อน

      You can just use public API for the whole course without Docker

  • @malikrajat
    @malikrajat 10 หลายเดือนก่อน

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

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  10 หลายเดือนก่อน

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

  • @dylanjhalltech8313
    @dylanjhalltech8313 11 หลายเดือนก่อน

    Really good video! I definitely learned something new

  • @stickyamp5996
    @stickyamp5996 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน +3

      I already covered that. th-cam.com/video/vUEaDo6aXic/w-d-xo.htmlsi=N6aF2TWcTB5lnkSD

  • @nicholasolds7279
    @nicholasolds7279 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน

      It is difficult to help without seeing the code

    • @szywacz6066
      @szywacz6066 10 หลายเดือนก่อน

      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

  • @andr3ignacio
    @andr3ignacio ปีที่แล้ว

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

  • @imperfectionist4535
    @imperfectionist4535 11 หลายเดือนก่อน

    you are the best man

  • @deni930918
    @deni930918 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน +1

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

    • @deni930918
      @deni930918 10 หลายเดือนก่อน

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

  • @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 6 หลายเดือนก่อน

    Can you please do a real world with signals?

  • @pankaj.54666
    @pankaj.54666 6 หลายเดือนก่อน

    awesome! thanks!

  • @drackus001
    @drackus001 ปีที่แล้ว

    Gotta watch this. ❤

  • @ayeshdev
    @ayeshdev 8 หลายเดือนก่อน

    where is the design template?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  8 หลายเดือนก่อน

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

  • @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.

  • @IvanMalinovskyi-q4z
    @IvanMalinovskyi-q4z ปีที่แล้ว

    Do you have mentoring program?

  • @MrSjcris
    @MrSjcris ปีที่แล้ว

    thanks for video. can you create for NGSX ?

  • @ВиталийРива-ф1ч
    @ВиталийРива-ф1ч ปีที่แล้ว

    Will u update the same course on RU lang ?

  • @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 5 หลายเดือนก่อน

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

  • @xaviersoh
    @xaviersoh ปีที่แล้ว

    Well done , thanks so much

  • @vadimv3m474
    @vadimv3m474 ปีที่แล้ว

    Thanks!

  • @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
      th-cam.com/video/DyklxnC2XP0/w-d-xo.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

  • @AMROUALWANE
    @AMROUALWANE ปีที่แล้ว

    thank you a lot

  • @moto710
    @moto710 ปีที่แล้ว

    Can you show the vim config?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +1

      th-cam.com/video/j6uqOvTRq6I/w-d-xo.html
      th-cam.com/video/YrLiugDhCuk/w-d-xo.html
      th-cam.com/video/Xa4aOOB7XZo/w-d-xo.html

  • @ДаниелДианов
    @ДаниелДианов 8 หลายเดือนก่อน

    Holy mother of vim!

  • @tockutocku
    @tockutocku ปีที่แล้ว

    would you mind sharing me the source code?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      The source code of every lesson is available in a full course.

  • @leiayuri
    @leiayuri ปีที่แล้ว

    Is this the same paid course on your website?😮

  • @lawrencep4943
    @lawrencep4943 ปีที่แล้ว

    Promo-SM 👇

  • @The14Some1
    @The14Some1 ปีที่แล้ว

    bracketSpacing: false
    aww.....😒

  • @emrahyigit
    @emrahyigit ปีที่แล้ว

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

  • @MahmoudTarek-pz1rl
    @MahmoudTarek-pz1rl ปีที่แล้ว

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