Your video taught me more in 30 minutes than I’ve learned in weeks!
@luisgonzalez88773 ай бұрын
Hey Chetan, I've been following this tutorial, and I solved the issue related to the vertical and horizontal scrollbars (at min 17:55) by adding the code below inside the style.css file: html, body { /* Hiding the vertical and horizontal scrollbars */ overflow: hidden; } Using this approach allows us to avoid duplicating CSS code and applies it to the entire project.
@LearningPartnerDigital3 ай бұрын
Thanks for addyit
@technosubbu99013 ай бұрын
Great tutorial and first ever in angular 18 series... Congratulations yaar... From tamilnadu 🎉🎉🎉🎉❤❤❤❤
@LearningPartnerDigital3 ай бұрын
great to know..keep learning
@technosubbu99013 ай бұрын
@@LearningPartnerDigital thank you
@arifamohamedyassine24412 ай бұрын
I’ve been following your tutorials, and they’ve made such a difference
@edanuryldrm31002 ай бұрын
I'm waiting for more videos on this subject, I found it very useful
@shubhamtechok3 ай бұрын
What a video sir .... Great experience.... Today I need the dashboard layout and your video is uploaded 🎉u r amazing teacher
@LearningPartnerDigital3 ай бұрын
@@shubhamtechok great to hear...
@puyashamsiАй бұрын
🙂perfect ...
@puyashamsiАй бұрын
Thanks for your good tutorial ...
@theemptysocket012 ай бұрын
Very informative
@mohammedimran_shaik3 ай бұрын
You are awesome brother, ❤
@LearningPartnerDigital3 ай бұрын
@@mohammedimran_shaik thanks
@akankshaasutkar43053 ай бұрын
very real time example
@ladoskirasoi3 ай бұрын
thanks for all efforts
@mariamabdelmonem99603 ай бұрын
You are awesome
@mariamabdelmonem99603 ай бұрын
Thanks 🙏
@Errormakesmarter2 ай бұрын
very much useful
@technosubbu99013 ай бұрын
Keep rocking 🎉🎉🎉🎉
@LearningPartnerDigital3 ай бұрын
thanks
@atum11072 ай бұрын
awesome video!
@yuvalshalom91062 ай бұрын
nice side bar
@OCEMTechZone3 ай бұрын
Great🎉
@LearningPartnerDigital3 ай бұрын
Thanks 😄
@ayasakr3200Ай бұрын
Thanks
@vishallengare98473 ай бұрын
awesome video!, can you plz add the toggle button as well so sidebar will hide and expand.
@LearningPartnerDigital3 ай бұрын
Yes ..in next video will try toggle and sub menu
@ShabbirAnsari-dv4rj3 ай бұрын
Thank you sir
@LearningPartnerDigital3 ай бұрын
So nice of you
@codeaz5673Ай бұрын
thank you Sir. Could you please use Angular Material UI sometimes ?
@Sumeshkumarback3 ай бұрын
6:05 why there is need to create empty login ? How it works explain in easy way ?
@LearningPartnerDigital3 ай бұрын
thats a default route
@Sumeshkumarback3 ай бұрын
@@LearningPartnerDigital above also you have added the same path and component why there is need to mention inside the children
@patel55323 ай бұрын
Hey Chetan, Could you make videos on Prime Ng. It's very easy to make good UI with this kind of library, but there is no good tutorials available on KZbin.
You did an excellent job with this project, thanks! I noticed that as the project grows with more components and we use this syntax: { path: 'dashboard', title: 'Dashboard', component: DashboardComponent } the import section at the top of our app.routes.ts file increases as well. What do you think about using the following syntax to avoid that? From my perspective, it could make the code cleaner: { path: 'dashboard', title: 'Dashboard', loadComponent: () => import('./pages/dashboard/dashboard.component'), pathMatch: 'full' }
@LearningPartnerDigital3 ай бұрын
yes. instead of empty route we can Provide name also. so that we can have proper url like Dashboad/admin
@codeaz5673Ай бұрын
can u please make a video about handling 'no data', errors and loader statement in Angular 18?
@shriharibinwade373 ай бұрын
Hi sir, please make video on nested side nav.
@LearningPartnerDigital3 ай бұрын
@@shriharibinwade37 ohh. Yes ..I forgot to cover that..will make quick one on nested
@mayurgabhale08333 ай бұрын
Sir please, using the database make a video
@LearningPartnerDigital3 ай бұрын
@@mayurgabhale0833 ok will try next time
@souravkaushik21513 ай бұрын
How can I join your what's app group sir ? Please let me know.
@informer92613 ай бұрын
Sir i have created my angular project v18 with normal css how to migrate from css to scss
@LearningPartnerDigital3 ай бұрын
ohh..I didn't tried it like this..as while creating project only we select css or scss
@shreejipaliwal12153 ай бұрын
You just need to rename the file extension from .CSS to .scss, it will work as usual