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.
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 :)
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?
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? 😊
@@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.
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
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?
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!
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
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.
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.
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
I was waiting for this entire collection for ngrx series . Thanks a lot!
Most welcome!
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.
I will add it to the list of ideas
great work! everything is very clean and sequentially 👍
Thanks a lot!
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 :)
It is in the list already but as I have too many topics it won't come anytime soon.
i need angular v18 standalone with firebase project with login/rgisert and also admin page along with validation
How do I redirect to login page from sign-up page ? since we're exporting both register and login under 1 path.
The api is not working with localhost also
Love this, excellently explained.
Glad it was helpful!
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?
You want to read it like data.foo, data.bar in the html. Array doesn't allow that.
@@MonsterlessonsAcademy ohh got it, this is specific use case. Thanks for replying.
Excellent lessons. Didn't know we can do all this within Angular and Ngrx. Thank a lot!
You are welcome!
In chapter Setting up local API, you are mentioning an archive file. Where is it ?
You can take it from here: github.com/EJIqpEP/koa-knex-realworld-example
Great video with the clear explanation and one more questions, ARE YOUR COURSES DOWNLOADABLE AFTER SUBSCRIPTION?
No they are not. As in services like Udemy they are also not downloadable.
Excellenet video,learnt a lot from this. It would be more helpful if project could be shared
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.
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? 😊
I will add it to the list of ideas
Whats the difference between this and the 4 hour version? Is it redone or just condensed from the same material?
It is the first part of the full course in both videos. The course was redone with latest updates and the length dropped significantly.
Thanks for your video Alexander, i would like to know do you feel more productive using Vim or Neo Vim instaad VSCode?
Yes obviously, this is why I use it :)
Please use Vc so we can follow with and understand the structure of the project
I'm using it in my newer videos
thanks for your effort
is there a github repo for this project ?
As this is a part of the full course you get the source code of each lesson when you buy it.
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?
With npx you install all clis for anything in the same way. You also don't need to install it locally for every project.
Fyi docker-compose is now built in as docker compose (space instead of dash)
Thanks for letting me know. I need to update it in the course
@@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.
plz use vs code because its really confusing when you are using this editor...
Unfortunately that won't happen as vscode is not comfortable for me and I used vim for years.
Excellent tutorial. Learned a lot from it. Thank you
Glad it was helpful!
Nice! Will definitely be looking into this later today.
Have fun!
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
You can just use public API for the whole course without Docker
Love this, well explained. can you please share github link for this bode base
No as this is a part of a full course. You get access to the course code of every video in the full course.
Really good video! I definitely learned something new
Glad to hear it!
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
I already covered that. th-cam.com/video/vUEaDo6aXic/w-d-xo.htmlsi=N6aF2TWcTB5lnkSD
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?
It is difficult to help without seeing the code
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
I don't see the archive with the API for local installation
github.com/EJIqpEP/koa-knex-realworld-example
you are the best man
Thanks!
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!
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
@@MonsterlessonsAcademy Thank you! I'm currently watching it. 🤓
Loveee standalone and signals
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.
Can you please do a real world with signals?
I will add it to the list of ideas!
awesome! thanks!
No problem!
Gotta watch this. ❤
Happy watching
where is the design template?
There is no design template but you can look on implemented real application
demo.realworld.io/#/
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.
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.
Do you have mentoring program?
You mean 1 on 1 tutoring? Unfortunately no.
@@MonsterlessonsAcademy thanks for answer
thanks for video. can you create for NGSX ?
I will add it to the list of ideas. Thank you!
Will u update the same course on RU lang ?
Unfortunately no. There won't be any updates or new courses in russian.
@@MonsterlessonsAcademy pity
Not able to set up, docker-compose. pls share the project.
Here it is github.com/EJIqpEP/koa-knex-realworld-example
Thanks @@MonsterlessonsAcademy
@@MonsterlessonsAcademy Hi, can you pin the link on top? Many thanks.
Well done , thanks so much
No problem 👍
Thanks!
Welcome!
Excuse me, sir, have you deleted the previous tutorial on the same topic? 😮
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
@@MonsterlessonsAcademythank you so much! Both versions are very useful indeed
thank you a lot
You're welcome!
Can you show the vim config?
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
Holy mother of vim!
Thanks
would you mind sharing me the source code?
The source code of every lesson is available in a full course.
Is this the same paid course on your website?😮
No. It is just a first part of it. It is not a full course.
Promo-SM 👇
bracketSpacing: false
aww.....😒
You can change it to true if you want :)
NgRx, Redux, Reducers etc. they will all going to be deprecated and turn into trash...
But why?
Thank you a lot for this very helpful and illustrated explanation, looking forward seeing more of it 🩵
Glad it was helpful!