🥳 #Uxtrendz is back !!! 👍
1:05
Пікірлер
@deepakkumarprajapati8823
@deepakkumarprajapati8823 Күн бұрын
Thanks a lot, great series, since i completed, all the video in this series, so just wanted to know, if i am good at all this concept, so shall i consider as beginner , intermediate or expert. it will be helpful to evaluate my skill, or there are many more concept i should learn on angular.
@deepakkumarprajapati8823
@deepakkumarprajapati8823 Күн бұрын
ok, when i was installing the bootstrap , it was install bootstrap 17 version, but java script is not working but the bootstrap is working, the button option worked, but the accordion example is not working, collapse and expand is not working, it just displaying the records with the css. if you have somesuggestion, please suggest, otherwise, iwill check latter sometime
@deepakkumarprajapati8823
@deepakkumarprajapati8823 2 күн бұрын
custom directive
@uxtrendz
@uxtrendz 2 күн бұрын
Please dm me on Uxtrendz instagram chat. I will attach zip there
@deepakkumarprajapati8823
@deepakkumarprajapati8823 2 күн бұрын
i have this in import { Directive, ElementRef, OnInit } from '@angular/core'; @Directive({ selector: '[appTestDir]', standalone: true }) export class TestDirDirective implements OnInit { constructor(private el:ElementRef) { } ngOnInit(): void { console.log(this.el) } } and in directive component, i have this <p>directives works!</p> <div appTestDir> <h2>welcome to directie</h2> </div> <p appTestDir> paragraph on direictie</p> <span appTestDir>span text is fine</span> i am not getting any reference in the console., is there something i am missing this what i am using Angular CLI: 18.2.11 Node: 22.11.0 Package Manager: npm 10.9.0
@deepakkumarprajapati8823
@deepakkumarprajapati8823 2 күн бұрын
i don't know why but somehow i am not able to push the data in the user i have <br> <ul> <li *ngFor="let item of usr">{{item}} </li> </ul> <button (click)="addUsr()">add usr</button> <br> and usr:any[]=['jogesh','danish','ashlam']; addUsr(){ this.usr.push('jaduhai'); // this.cdr.markForCheck() } did not worked, any suggestion
@uxtrendz
@uxtrendz 2 күн бұрын
Usr array ka type ek baar check kar lo.. kya vo string type ka array hai?? Ya fir something like object array.. like user.id and user.name ?? Please verify
@deepakkumarprajapati8823
@deepakkumarprajapati8823 2 күн бұрын
if i remove the default case , i am not getting result, is it because the step being no or being stiing, which snot getting pass in ngswitchcase
@deepakkumarprajapati8823
@deepakkumarprajapati8823 2 күн бұрын
i am facing one issue with select drop down i am not getting exject div, it always going to default div.
@deepakkumarprajapati8823
@deepakkumarprajapati8823 3 күн бұрын
ngclass was not loading, i got know from chatgpt, that we should include commonmodule, now it worked.
@deepakkumarprajapati8823
@deepakkumarprajapati8823 3 күн бұрын
just a observation , we created emp1 object and we have bind it to HTML, but i am not getting the response as you are getting, did we miss to add some code. like some autar and bootstrap.
@devclients
@devclients 3 күн бұрын
this is a good playlist ever about rxjs
@uxtrendz
@uxtrendz 3 күн бұрын
Thanks 😊
@anapdipak2280
@anapdipak2280 3 күн бұрын
From where can I get those 4 partial files?
@uxtrendz
@uxtrendz 3 күн бұрын
You can find in video description
@deepakkumarprajapati8823
@deepakkumarprajapati8823 3 күн бұрын
it will be good if you add it in your video description
@uxtrendz
@uxtrendz 3 күн бұрын
Sure.. I will put on video description. Please check after some time.
@deepakkumarprajapati8823
@deepakkumarprajapati8823 3 күн бұрын
give the css, or scss, i can type the html
@deepakkumarprajapati8823
@deepakkumarprajapati8823 3 күн бұрын
product list html
@uxtrendz
@uxtrendz 3 күн бұрын
Please check description
@sreeparnadas2748
@sreeparnadas2748 5 күн бұрын
Thank you very much. Now I have completely understood.
@uxtrendz
@uxtrendz 5 күн бұрын
Welcome 😊
@deepakkumarprajapati8823
@deepakkumarprajapati8823 5 күн бұрын
do u beed to call ngOnInit() method some where, becuase i am not getting any result in the console.
@deepakkumarprajapati8823
@deepakkumarprajapati8823 5 күн бұрын
i have written this in the component.ts file, but i am not getting any thing in the log import { Component } from '@angular/core'; import { RouterOutlet } from '@angular/router'; @Component({ selector: 'app-root', standalone: true, imports: [RouterOutlet], templateUrl: './app.component.html', styleUrl: './app.component.scss' }) export class AppComponent { title = 'LuckyAngular'; ngoninit(){ var employe:string="jadu"; console.log(employe) } } anyone can help?
@deepakkumarprajapati8823
@deepakkumarprajapati8823 5 күн бұрын
i am not able to get the result in the console log, i created like this in html file of temp folder <script> var employee="testing java" var time=2 var isitok=true console.log('testing=>',employee); console.log('testing+time',employee,time); </script>
@deepakkumarprajapati8823
@deepakkumarprajapati8823 6 күн бұрын
does not have app module
@deepakkumarprajapati8823
@deepakkumarprajapati8823 6 күн бұрын
i don't hae environment and assets folder also, why
@deepakkumarprajapati8823
@deepakkumarprajapati8823 6 күн бұрын
i don't have broswerlistrs, karma.conf.js file, why, any suggestion
@t-searies891
@t-searies891 8 күн бұрын
custom directive
@MdMeraj-kq2he
@MdMeraj-kq2he 8 күн бұрын
Bhai nodejs konse channel se sikhe please reply anyone
@pragmaticcoder6910
@pragmaticcoder6910 10 күн бұрын
I wish and it would have been great if you could have explained these videos in English as well. Good presentation and I enjoyed the way you explained the concepts using pictorial style.
@deepcode1
@deepcode1 12 күн бұрын
Interviewer ne mujhse puccha ki route guard aur auth guard me kya difference hai....main nahi bata paaya........aap bataoge kya difference hai?
@pragmaticcoder6910
@pragmaticcoder6910 18 күн бұрын
Hi @UX Trendz, Is this course available in English?
@Terminator504
@Terminator504 18 күн бұрын
What is best approach % or rem
@uifrontenddeveloper3841
@uifrontenddeveloper3841 24 күн бұрын
Please remove background music
@uifrontenddeveloper3841
@uifrontenddeveloper3841 24 күн бұрын
Your videos are very helpful
@arindambhattacharjee9624
@arindambhattacharjee9624 26 күн бұрын
Hi mate. Tabeyet accha hoga aj ka. Bohut din ap ka koi video nahi ai Raha hai. Angular material 18 with normal and custom theming start hoga ? Actually ap ka explanation bohut accha and easy hai samaj ne k lea
@jayminmaheta8253
@jayminmaheta8253 27 күн бұрын
Continue this series Will be batter option Your teaching style is excellent i ui ux designer after watching your videos i am able to start development and i can solve minor bugs
@subhadeepchakraborty2141
@subhadeepchakraborty2141 27 күн бұрын
Best explanation of signals
@SaadatGames
@SaadatGames 28 күн бұрын
Love you sir ji very understandable course ✔👌💕❤
@uxtrendz
@uxtrendz 28 күн бұрын
Thanks 🙏
@SaadatGames
@SaadatGames 28 күн бұрын
Love you sir ji very understandable course ✔👌💕❤
@uxtrendz
@uxtrendz 28 күн бұрын
Thanks 🙏
@rockingalam7125
@rockingalam7125 Ай бұрын
Class wala bhi dal dete pata hi nahi chl rha hai css kaise lg rha hai box pe
@vijaybalrammehta
@vijaybalrammehta Ай бұрын
Create video on I'd token vs auth token as well
@pankajkalwani9369
@pankajkalwani9369 Ай бұрын
anup sir github link de do jitna bhi angular ka padaya hai
@uxtrendz
@uxtrendz Ай бұрын
Please check in the description of last video in this playlist
@vijaybalrammehta
@vijaybalrammehta Ай бұрын
Custom directive
@pankajkalwani9369
@pankajkalwani9369 Ай бұрын
ANup ji, Kya github link mil sakta hai
@pankajkalwani9369
@pankajkalwani9369 Ай бұрын
Hi , your videos are the best. Where is the github link of this angular practice
@fullstackjava-qb2er
@fullstackjava-qb2er Ай бұрын
My manual varification complete bro thank you so much ❤
@developer95895
@developer95895 Ай бұрын
Custome directive
@uxtrendz
@uxtrendz 2 күн бұрын
Please dm me on Uxtrendz instagram chat. I will attach zip there
@developer95895
@developer95895 2 күн бұрын
@uxtrendz Sir please come Angular project based learning series
@uxtrendz
@uxtrendz 2 күн бұрын
Ok
@v.b.thorat1116
@v.b.thorat1116 Ай бұрын
Best sirji
@MdMeraj-kq2he
@MdMeraj-kq2he Ай бұрын
Bhai please AAp nodejs Tutorial start kro ........
@abhishekbaghel8062
@abhishekbaghel8062 Ай бұрын
background music is soo annoying
@mdmeraj-s9i
@mdmeraj-s9i Ай бұрын
Bhai yaar jitna maine last 2 years mein nahi sikha usse jyada to maine aapka video dekh kr sikha.....Thank u so much pure dil se mere bhai ♥️
@vijaybalrammehta
@vijaybalrammehta Ай бұрын
You have forget to make video on other auth gaurds we have only can activate currently. Can you make for other gurd too in this series
@dheerajsharma-of8xs
@dheerajsharma-of8xs Ай бұрын
Thnxx bro, series completed in one day😂 and everything is crystal clear.....
@uxtrendz
@uxtrendz Ай бұрын
Your welcome brother 😊
@developer95895
@developer95895 Ай бұрын
Sir please send all events ASAP
@LylyDora-z6p
@LylyDora-z6p Ай бұрын
93154 Hoeger Ports