Whenever I need help with something in Angular, I always search your videos first! Your explanations are super clear, and the examples are so practical. Thanks for making learning so easy!
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 :)
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.
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?
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?
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 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
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.
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.
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
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 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
Whenever I need help with something in Angular, I always search your videos first! Your explanations are super clear, and the examples are so practical. Thanks for making learning so easy!
Great to hear!
I was waiting for this entire collection for ngrx series . Thanks a lot!
Most welcome!
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.
great work! everything is very clean and sequentially 👍
Thanks a lot!
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
Excellent lessons. Didn't know we can do all this within Angular and Ngrx. Thank a lot!
You are welcome!
Love this, excellently explained.
Glad it was helpful!
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
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.
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 tutorial. Learned a lot from it. Thank you
Glad it was helpful!
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
Really good video! I definitely learned something new
Glad to hear it!
How do I redirect to login page from sign-up page ? since we're exporting both register and login under 1 path.
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 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
@@MonsterlessonsAcademy Thank you! I'm currently watching it. 🤓
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
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
Nice! Will definitely be looking into this later today.
Have fun!
i need angular v18 standalone with firebase project with login/rgisert and also admin page along with validation
Please use Vc so we can follow with and understand the structure of the project
I'm using it in my newer videos
The api is not working with localhost also
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.
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 :)
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.
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.
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.
you are the best man
Thanks!
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.
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.
awesome! thanks!
No problem!
Gotta watch this. ❤
Happy watching
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.
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.
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. ua-cam.com/video/vUEaDo6aXic/v-deo.htmlsi=N6aF2TWcTB5lnkSD
I don't see the archive with the API for local installation
github.com/EJIqpEP/koa-knex-realworld-example
thanks for video. can you create for NGSX ?
I will add it to the list of ideas. Thank you!
Well done , thanks so much
No problem 👍
Will u update the same course on RU lang ?
Unfortunately no. There won't be any updates or new courses in russian.
@@MonsterlessonsAcademy pity
Can you please do a real world with signals?
I will add it to the list of ideas!
Do you have mentoring program?
You mean 1 on 1 tutoring? Unfortunately no.
@@MonsterlessonsAcademy thanks for answer
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.
where is the design template?
There is no design template but you can look on implemented real application
demo.realworld.io/#/
Can you show the vim config?
ua-cam.com/video/j6uqOvTRq6I/v-deo.html
ua-cam.com/video/YrLiugDhCuk/v-deo.html
ua-cam.com/video/Xa4aOOB7XZo/v-deo.html
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.
Thanks!
Welcome!
Excuse me, sir, have you deleted the previous tutorial on the same topic? 😮
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
@@MonsterlessonsAcademythank you so much! Both versions are very useful indeed
thank you a lot
You're welcome!
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.
Holy mother of vim!
Thanks
bracketSpacing: false
aww.....😒
You can change it to true if you want :)
Promo-SM 👇
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!