I have been watching many tutorials But yours was cool, straightforward within time-frame, easy to understand because of simpler examples
@songlee84567 жыл бұрын
Ok ok another 5 🌟. That's all for tonight 2am. I'm addicted to your tutorial.
@chassisboy16 жыл бұрын
Man you are really great.... This is an perfect tutorial for an Angular Beginner.... Good command over language and clear in concepts.... I'm too addicted to your tutorial....
@John-Weak4 жыл бұрын
its ngIf not ngif,do not repeat my mistake guys :)
@irene6937 жыл бұрын
Your tutorials are very straightforward and easy to understand, thanks so much.
@mohdmuzaffarahmed49234 жыл бұрын
The way u explain is outstanding brother
@martinkarugaba5 жыл бұрын
Your tutorials are the best.
@PatrickvonMassow6 жыл бұрын
Your tutorial is very helpful and the explanations are well-structured and straight forward! One little thing I noticed in your videos: Your audio is often distorted when you speak louder. It would help to reduce the input sensitivity of your mic. The loss in volume can easily be compensated by applying normalization plus dynamic compression of your audio (which are steps you should always apply, regardless of this problem).
@inhquangtien38445 жыл бұрын
Your tutorials are very straightforward and easy to understand. Thank you very much!
@niteshraut14304 жыл бұрын
I don't think display:none; will show up in the DOM but visibility:hidden is present in the DOM but not displayed. 1:50
@nikunjgurjar71494 жыл бұрын
It is really helpful for Beginners. Great job!
@pascalsolutions61585 жыл бұрын
This man is a genius
@NoName-vw9hl4 жыл бұрын
if u are listening to the video for the first time , set the playback speed to normal to listen the concepts initially and once done to revise the concepts set the playback speed to 1.25 and listen to video.
@AmitKumar-yd1cp6 жыл бұрын
Thank you for telling how to do "if else" using *ngIf ..especially @this video->06:45. Will you please also tell, how to do "if elseif else" ..kind of situation?. Thank you in anticipation
@nehalneki15114 жыл бұрын
by using ternary operators
@youssefbaaziz36733 жыл бұрын
use ngswitch , change the variable values in the TS files
@nikunjgurjar71494 жыл бұрын
You are explaining awesome! Thanks a lot
@tahaiftekhar64666 жыл бұрын
Great! But I think I'll do this Condition True Condition False
@jackabrams58594 жыл бұрын
That looks a lot better. Does it still work?
@jahiruljitu32553 жыл бұрын
@@jackabrams5859 Works but not good for practices.
@muhammadidrees66506 жыл бұрын
you are legend mate, love the way you explain, heaps thanks
@tshegofatsothejane23453 жыл бұрын
Simple and clear. Thank you.
@MajiDJaki6 жыл бұрын
oh i wish i could never sleep. thanks a lot man. Amazing
@bittooaggarwal57763 жыл бұрын
Hello World Hello Universe Vishwas, the above code works as the same you explained. Is there any benefit of using ng-template?
@prabhakargautam6045 Жыл бұрын
tq its helpfull
@J0hn1ee6 жыл бұрын
I like the way you teach thanks a lot for your effort
@ماياالقدور5 жыл бұрын
it's the first time i see the second way it's amazing
@pratibhakshirsagar74766 жыл бұрын
Hello sir, Its Very nice explanation clean n neat...Thank you for this nice videos
@vinaykumar-qe4zx5 жыл бұрын
qualitative teaching
@sudhir6005 жыл бұрын
is there no option like ng-if, ng-else-if, ng-else just like v-if, v-else-if and v-else in vuejs ?
@akshayjaisinghani20394 жыл бұрын
Please provide the keyboard shortcuts you use while editing... I wonder how you produce the codes in just a click, your overall lectures are great. Thanks in advance
@justelaima2896 Жыл бұрын
@nitindelhiful6 жыл бұрын
the concepts are so easily described that i doubt/wonder if some information is missing :-)
@acuteclub73816 жыл бұрын
well explained...thanks
@ruma93380127576 жыл бұрын
can you explain the example you gave ngif="true/false" is how different from css property display ="none"
@amandixit23894 жыл бұрын
can we use something displayname:boolean=true;?????????
@lexiaontube6 жыл бұрын
THX !!!! great tutorials !!!!
@kirthimedia52354 жыл бұрын
I've updated Angular CLi.. still not able to run If Else Directive.. but able to execute same code on some online platform.. Any help would be highly appreciated..
@estherwashu47835 жыл бұрын
so helpful thankyou
@keerthanaananth10743 жыл бұрын
i have a doubt i cant able to run my code if i run only app.html file is running inside my app i created a components file test but how to run test components
@achmadrf12434 жыл бұрын
i have interger variabel, i want a content show only when my variabel has integer data(not spesific data). how to code it? thanks
@sahilarora2736 жыл бұрын
hi , thanks for your tutorial can you show it how we can do with button click event ?
@vipulhasija56924 жыл бұрын
Do we have a nested if or else if in angular..?
@mhaesh6 жыл бұрын
Getting below error. Template parse errors: Can't bind to 'ngif' since it isn't a known property of 'h2'. (" ]*ngif=true> Madhusudhan "): ng:///AppModule/Test1Component.html@1:6 Property binding ngif not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". (" [ERROR ->] Madhusudhan "): ng:///AppModule/Test1Component.html@1:2 at syntaxError (compiler.js:1021) at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:14830) at
@ruudhermans42435 жыл бұрын
It's ngIf not ngif.
@ruudhermans42435 жыл бұрын
Using CLI version 8.0.4 it seems that you must have declared the ng-template before you can use it.
@natashajanice62427 жыл бұрын
Is 'else if' supported?
@adesinaoladimeji29953 жыл бұрын
you are fantastic
@kathiravant16687 жыл бұрын
thank u its pretty clear
@ashutoshojha3682 жыл бұрын
Can you please share the code of the programs which you have generated in this program for practice purpose
@Stupid_Common_Man_suraj4 жыл бұрын
hello bro ,what if we want to nest one else in anther .thanks in advance...
@dheerajmishra71825 жыл бұрын
Can we add multiple then block?
@sufyanvictori2 жыл бұрын
NgIf condition for two components click one components work other stop ...... how it works
@nehamaha136 жыл бұрын
Hey, then is not working for me. else is working but not then. Can you please help me out
@amitmaheshwari82936 жыл бұрын
Just ensure that the displayName variable value is not in inverted commas.
@RahulSingh-ex2sm5 жыл бұрын
Awesome!
@sayakbanerjee9990 Жыл бұрын
if u r getting error in then statement declare displayName as public
@vvntechnologiespvtltd68436 жыл бұрын
very helpful tutorial..thanks alot...plz provide all these videos CODE link
@birajaprasad5 жыл бұрын
sir, what about reusable component
@mostwanted20006 жыл бұрын
very good tutorial but so blurry. why you didn't record it in 1080?
@songlee84566 жыл бұрын
Most Wanted ...check your setting. The problem is from your side. His videos are crystal clear
@moh_has996 жыл бұрын
how to use *ngIf to check if array empty or not !?
@natetolbert36715 жыл бұрын
Can you not just attach the ref variable to the alternate h2 element instead of wrapping it in a directive. Seems like that would make things simpler. Then again, I haven't finished the video, so I may be missing something...
@richardpadua39284 жыл бұрын
i think the first method "inline" is easier..ill go with that
@robeeeeen5 жыл бұрын
🌟 🌟 🌟 🌟 🌟 Excellent!
@nidhithakur66363 жыл бұрын
thank you
@ghani.afridi7 жыл бұрын
Can I use two way binding with it and have a button to toggle display name on and off
@Skaxarrat6 жыл бұрын
Yes. Just create a method that toggles a boolean on and off and activate it when you click that button.
@ahoussimea71646 жыл бұрын
use *ngIf
@mahmoudabdelsattar88606 жыл бұрын
Module not found: Error: Can't resolve './
@rajatsethi60006 жыл бұрын
Replace templateUrl to template
@modgenesis38686 жыл бұрын
@RAJA SETHI Thanks
@Tedendityqdarr-k6b2 ай бұрын
12:17
@deenriqo6 жыл бұрын
This is a good tutorial. But Angular made this too complicated. Look at how its done in LitElement or React . Much easier.
@syedsameer3825 жыл бұрын
please create udemy turorial...
@yuvarajnagu72434 жыл бұрын
Where 11 th video
@alihosseinkhani26713 жыл бұрын
Ty
@spiderous6 жыл бұрын
Why it has to be so much complicated... I used to code in raw JS and everything was a lot of easier than in these dumb frameworks...
@rameshd84362 жыл бұрын
Dint read document
@SahilSingh-hc4fk5 жыл бұрын
trutheeeee
@jeremylowrey78205 жыл бұрын
This *ngIf syntax of Angular makes me cringe! I'm coming from Meteor and Vue which have elegant if/else-if/else directives (I'm being forced to switch to Angular at my job). I still haven't come across an example that includes else-if and I'm afraid it doesn't exist. Looks like you must nest another if/else! This whole idea of making a inner template per case is outrageous for overhead and readability in my opinion. This is a modern day GOTO statement which is not a good thing especially when you lose else-if at the same scope of the if/else.
@ai.aspirations6 жыл бұрын
magnefique
@_slier6 жыл бұрын
unnecessary verbose..damn..im being forced to used angular and hated it