How to setup Admin Application in Angular | Side Bar in Angular

  Рет қаралды 5,284

Learning Partner

Learning Partner

Күн бұрын

Пікірлер: 58
@tanush5322
@tanush5322 28 күн бұрын
Your video taught me more in 30 minutes than I’ve learned in weeks!
@luisgonzalez8877
@luisgonzalez8877 3 ай бұрын
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.
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Thanks for addyit
@technosubbu9901
@technosubbu9901 3 ай бұрын
Great tutorial and first ever in angular 18 series... Congratulations yaar... From tamilnadu 🎉🎉🎉🎉❤❤❤❤
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
great to know..keep learning
@technosubbu9901
@technosubbu9901 3 ай бұрын
@@LearningPartnerDigital thank you
@arifamohamedyassine2441
@arifamohamedyassine2441 2 ай бұрын
I’ve been following your tutorials, and they’ve made such a difference
@edanuryldrm3100
@edanuryldrm3100 2 ай бұрын
I'm waiting for more videos on this subject, I found it very useful
@shubhamtechok
@shubhamtechok 3 ай бұрын
What a video sir .... Great experience.... Today I need the dashboard layout and your video is uploaded 🎉u r amazing teacher
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@shubhamtechok great to hear...
@puyashamsi
@puyashamsi Ай бұрын
🙂perfect ...
@puyashamsi
@puyashamsi Ай бұрын
Thanks for your good tutorial ...
@theemptysocket01
@theemptysocket01 2 ай бұрын
Very informative
@mohammedimran_shaik
@mohammedimran_shaik 3 ай бұрын
You are awesome brother, ❤
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@mohammedimran_shaik thanks
@akankshaasutkar4305
@akankshaasutkar4305 3 ай бұрын
very real time example
@ladoskirasoi
@ladoskirasoi 3 ай бұрын
thanks for all efforts
@mariamabdelmonem9960
@mariamabdelmonem9960 3 ай бұрын
You are awesome
@mariamabdelmonem9960
@mariamabdelmonem9960 3 ай бұрын
Thanks 🙏
@Errormakesmarter
@Errormakesmarter 2 ай бұрын
very much useful
@technosubbu9901
@technosubbu9901 3 ай бұрын
Keep rocking 🎉🎉🎉🎉
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
thanks
@atum1107
@atum1107 2 ай бұрын
awesome video!
@yuvalshalom9106
@yuvalshalom9106 2 ай бұрын
nice side bar
@OCEMTechZone
@OCEMTechZone 3 ай бұрын
Great🎉
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Thanks 😄
@ayasakr3200
@ayasakr3200 Ай бұрын
Thanks
@vishallengare9847
@vishallengare9847 3 ай бұрын
awesome video!, can you plz add the toggle button as well so sidebar will hide and expand.
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Yes ..in next video will try toggle and sub menu
@ShabbirAnsari-dv4rj
@ShabbirAnsari-dv4rj 3 ай бұрын
Thank you sir
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
So nice of you
@codeaz5673
@codeaz5673 Ай бұрын
thank you Sir. Could you please use Angular Material UI sometimes ?
@Sumeshkumarback
@Sumeshkumarback 3 ай бұрын
6:05 why there is need to create empty login ? How it works explain in easy way ?
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
thats a default route
@Sumeshkumarback
@Sumeshkumarback 3 ай бұрын
@@LearningPartnerDigital above also you have added the same path and component why there is need to mention inside the children
@patel5532
@patel5532 3 ай бұрын
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.
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@patel5532 kzbin.info/www/bejne/b2emhIx-hbCtsMksi=J7iTES600BVz4gMu
@shaikyousuf5159
@shaikyousuf5159 3 ай бұрын
Thanks :)
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@shaikyousuf5159 welcome
@luisgonzalez8877
@luisgonzalez8877 3 ай бұрын
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' }
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
yes. instead of empty route we can Provide name also. so that we can have proper url like Dashboad/admin
@codeaz5673
@codeaz5673 Ай бұрын
can u please make a video about handling 'no data', errors and loader statement in Angular 18?
@shriharibinwade37
@shriharibinwade37 3 ай бұрын
Hi sir, please make video on nested side nav.
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@shriharibinwade37 ohh. Yes ..I forgot to cover that..will make quick one on nested
@mayurgabhale0833
@mayurgabhale0833 3 ай бұрын
Sir please, using the database make a video
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
@@mayurgabhale0833 ok will try next time
@souravkaushik2151
@souravkaushik2151 3 ай бұрын
How can I join your what's app group sir ? Please let me know.
@informer9261
@informer9261 3 ай бұрын
Sir i have created my angular project v18 with normal css how to migrate from css to scss
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
ohh..I didn't tried it like this..as while creating project only we select css or scss
@shreejipaliwal1215
@shreejipaliwal1215 3 ай бұрын
You just need to rename the file extension from .CSS to .scss, it will work as usual
@aabhishakemishra
@aabhishakemishra 3 ай бұрын
Sir in angular how to check memory leaks?
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Browser memory tool u can use
@aabhishakemishra
@aabhishakemishra 3 ай бұрын
Any tool to see memory leaks
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
memory we can use to analyze from dev console
@dasarichandrasekhar
@dasarichandrasekhar 3 ай бұрын
there is no code in git hub repo
@LearningPartnerDigital
@LearningPartnerDigital 3 ай бұрын
Will push html code
@atum1107
@atum1107 2 ай бұрын
Thanks 🙏
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Angular 19 is a BEAST of a release!
19:39
Maximilian Schwarzmüller
Рет қаралды 52 М.
Next.js 14 Tutorial for Beginners
35:25
LearnWebCode
Рет қаралды 6 М.
Angular Menu: A Step-by-Step Tutorial
21:23
Monsterlessons Academy
Рет қаралды 10 М.
Template Form and Validation In Angular | Angular 19 Tutorial | Part 10
21:13
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.