WATCH NEXT: Angular with NgRx - Building Angular Project From Scratch - kzbin.info/www/bejne/rJTJi2N7htWMiqMsi=BptT7eqgflHIoQiQ
@shahnawazk5 ай бұрын
Nice, simple, precise! I am in love with angular again. Thanks & keep it coming.
@MonsterlessonsAcademy5 ай бұрын
Thanks, will do!
@fuzz1578987455 ай бұрын
Love your videos. I just finished my university project with thanks to your tutorials
@MonsterlessonsAcademy5 ай бұрын
Glad to hear that!
@Rafał_Seifert5 ай бұрын
This is always a great content when you build custom angular components! I have taken few of your paid courses. I would greatly appreciate an angular course with nx monorepo and new ngrx signal store for state management. I think that would be most up-to-date project course.
@MonsterlessonsAcademy5 ай бұрын
I will add it to the list of ideas. FYI I just released new angular course with signals where we build a project from start to the end monsterlessons-academy.com/courses/angular-signals-building-quiz-angular-project It's not ngrx signal or monorepo but only angular signals.
@theintjengineer5 ай бұрын
@@MonsterlessonsAcademy Hey, I was seeing the course you mentioned and in the setup video, you installed the cli@17. Is that the version you use? I mean, why not v18 to use the latest features? Thanks.
@megalamaragatham684221 күн бұрын
Really very usefull thank you...and could you please tell that I add login page at the starting of this project and how to change main component
@hamza2011834 ай бұрын
Thank you very much dear Oleksandr
@MonsterlessonsAcademy4 ай бұрын
You are welcome!
@itfab2Ай бұрын
Hello, thanks for the content, your channel has helped me in my studies with Angular. I'm having trouble, how would I make the sidebar disappear on smaller devices like 480px and open with the click of a button in the header?
@marvelcontestofchampions39274 ай бұрын
In my opinion, you could centralize the logic within a service by using signals and observables, which would allow you to omit the use of input and output, keeping the components logic-free.
@MonsterlessonsAcademy4 ай бұрын
Sure it is also possible
@brightokoro70735 ай бұрын
Nice work thanks for sharing
@MonsterlessonsAcademy5 ай бұрын
Thanks for watching
@rishlemedia2432Ай бұрын
Hi! appreciate your work on the responsive sidebar using angular signals. However, I noticed that the code logics are very similar to the video from the 'angularistic' channel. It would have been great to see a mention of that channel in the video or comment section as it helps foster a supportive community among developers. Thanks for sharing!
@MonsterlessonsAcademyАй бұрын
Hi, I don't really know anything about the channel as I was just searching the github for ideas of the sidebar. And it's not like the code is copy pasted as it is written from scratch and improved.
@rishlemedia24326 күн бұрын
@@MonsterlessonsAcademy you just changed it to signals syntax
@stevewitman5 ай бұрын
Nice video, though correct me if I am wrong but I think from 15:50 to 16:15 should have been omitted from the video, right?
@MonsterlessonsAcademy5 ай бұрын
Oops, bad cut. Sorry for that!
@sfspmusic4 ай бұрын
Thanks for the tutorial! Is using using the hostListener a good solution for bigger websites, because it's like having a constant listener, and what are good alternatives to this approach?
@MonsterlessonsAcademy4 ай бұрын
It's fine. We handle lots of events in big websites simultanously.
@sfspmusic4 ай бұрын
@@MonsterlessonsAcademy by the way, what about using matchMedia or break points from Angular CDK? What are the pros and cons of these approaches in comparison to this one?
@muhammadfahadabid56214 ай бұрын
Quite informative Please, Can you share the name of the theme you are using right now?
@MonsterlessonsAcademy4 ай бұрын
It's gruvbox
@muhammadfahadabid56214 ай бұрын
@@MonsterlessonsAcademy Thank's.
@vittalmhetre765 ай бұрын
@MonsterlessonsAcademy when did you get on vs code?
@MonsterlessonsAcademy5 ай бұрын
A lot of people complained that it is difficult to follow my tutorials when I use Vim so I use Vscode now while recording them.
@jurybalikov70635 ай бұрын
I literally need to start refactoring my app to utilize sidebars on both sides tomorrow.
@MonsterlessonsAcademy5 ай бұрын
Have fun!
@jayasaichandmaheshmunagala21355 ай бұрын
Same here😂😂
@gabrieldavimonteiro91395 ай бұрын
When i put it in a real cellphone. When i click on the buttons(links) all the sidenav turn intoblue. Someone can help me with this problem?
@MonsterlessonsAcademy5 ай бұрын
It's an outline css property probably. You can set it to outline: none;
@gabrieldavimonteiro91395 ай бұрын
@@MonsterlessonsAcademy The sidenav Stills blue like a link when i touch him in any part
@rishikeshsarangi12454 ай бұрын
this video is a hidden tutorial on how to use signals :D
@MonsterlessonsAcademy4 ай бұрын
Yeap
@rishikeshsarangi12454 ай бұрын
@@MonsterlessonsAcademy loved this video btw ! please make more such videos using signals and new features.
@luczztem5 ай бұрын
you have a beautiful smile!
@MonsterlessonsAcademy5 ай бұрын
Thank you!
@abrahamzachariah3554 ай бұрын
There is a channel called Angularistic. 😂
@MonsterlessonsAcademy4 ай бұрын
Yeap :)
@Amauriking4 ай бұрын
I know you are working on latest angular release, but I would ask you if you can convert this project with old angular version using modules instead of standalone component. Thanks
@MonsterlessonsAcademy4 ай бұрын
I don't see the point in it. People should move from modules to standalone and it makes sense to show the latest ways to write code.