As a designer with very little js knowledge and little to no experience with Angular this was extremely helpful. Thank you!
@SuryaSurya-mu1qh2 жыл бұрын
Simple explanation 👍
@ARCTutorials2 жыл бұрын
Glad you think so!
@rajnish10024 жыл бұрын
I don’t know but what is the logic behind putting in not in ??
@ARCTutorials4 жыл бұрын
Its because of content projection. I will cover this topic again in Angular 10 series. Watch out and do subscribe so you can get notifications
@k.divyaswarnkar59754 жыл бұрын
Nice explanation
@ARCTutorials4 жыл бұрын
Glad you liked the videos 🙏
@tamatoaruahe69743 жыл бұрын
Nice !
@ARCTutorials3 жыл бұрын
Thank you! Cheers!
@nogafouz21742 жыл бұрын
really you have excellent way to explique the information ..thanks
@Manishkumar-pl5kt4 жыл бұрын
you are teaching better than udemy , udacity and edx ..awesome , now i decided to watch this complete tutorials series instead of udemy course which i have purchased
@ARCTutorials4 жыл бұрын
Thanks and welcome
@adapass4 жыл бұрын
Excellent episode
@ARCTutorials4 жыл бұрын
Glad you liked it. Regards Sridhar
@jacksm87094 жыл бұрын
so far so good.. love all ur previous tutorials
@ninadkhire3 жыл бұрын
Very nice and useful tutorials... Can you share the notes you prepare during the tutorials? They will be very useful!
@ARCTutorials3 жыл бұрын
Send me email at soorya.aaradhya@gmail.com
@tanusreehalder71693 жыл бұрын
Is there any concept like - elseif?
@tanayghosh83244 жыл бұрын
Can we add styling to the ng-template?
@ARCTutorials4 жыл бұрын
Yes we can add styling to ng-template. Please check out the styling tutorials I have covered in the series. Thanks Sridhar
@SatishKumar-mb6wv3 жыл бұрын
Lovable arc tutorial video's, it's very easy to understand and very clearly for do practicing
@ARCTutorials3 жыл бұрын
Glad you like them!
@theprashantnagwanshi94272 жыл бұрын
How I hide the drop-down list for a particular menu in angular
@AdilSyed_Imam3 жыл бұрын
can we use [ngClass] in ng-template tag?
@amanuellebassi72944 жыл бұрын
Great job. I like your lectures.
@ARCTutorials4 жыл бұрын
Glad you like them!
@vikassrivastava70814 жыл бұрын
So if we hide an Html element using *ngIf does it sets that element's visible property to none, or it just removes it from the DOM?
@rajutalari94203 жыл бұрын
thank you so much sir
@ARCTutorials3 жыл бұрын
Most welcome
@artisticallyfoodie4 жыл бұрын
you really explained everything in a simple way. Loved your tutorials :)
@ARCTutorials4 жыл бұрын
Happy to hear that! I have created an entire playlist on Angular from basic to advanced. Please do check it out. Thanks again for watching.
@rkfactsstories3 жыл бұрын
Hi sir could you please post a video on ng-content and ng-template and also difference between them,... Thanks in advance
@ARCTutorials3 жыл бұрын
Great idea ravi. Will it roll it soon
@good31354 жыл бұрын
Amazing and well explained. Sridhar sir nice work, it was very much helpful. Waiting for the notes.
@ARCTutorials4 жыл бұрын
Thanks Ganesh.
@raj-wb7ek4 жыл бұрын
Very nice 👍👍 thanks a lot 😊
@ARCTutorials4 жыл бұрын
Thanks Rajnandhani 👍
@krishnachaitanya31694 жыл бұрын
if the IF condition is true, then what is the need of writing then statement? It will print the statements which are in if condition know..
@ARCTutorials4 жыл бұрын
You can have multiple statements inside the if, first to check the condition using *ngIf and if the condition is true, execute the statements inside the then block
@dineshguptha82253 жыл бұрын
Can u do a video in one button display and another button hide
@arunsain90083 жыл бұрын
your teaching skill very good .... but pls help us to traine how we do RND in development. Give us some tips
@najmae59742 жыл бұрын
How to enable one button and disable other and viceversa
@VenkateshVenky-fo1rc4 жыл бұрын
way of explaining is superb.plz provide entire notes
@ARCTutorials4 жыл бұрын
Thanks Venky 👍👍
@VenkateshVenky-fo1rc4 жыл бұрын
@@ARCTutorials where i can get notes and ppt of this tutorial
@ARCTutorials4 жыл бұрын
Send me an email at soorya.aaradhya@gmail.com
@VenkateshVenky-fo1rc4 жыл бұрын
@@ARCTutorials thanks for the reply sir. i sent a mail plz check and send me notes sir. from vvenky964@gmail.com
@VenkateshVenky-fo1rc4 жыл бұрын
@@ARCTutorials i was waiting for the notes sir.. plz send me as soon as possible
@kiran39963 жыл бұрын
Sir I need entire notes for angular can u please provide me
@ARCTutorials3 жыл бұрын
Hi Kiran. Please send me email at soorya.aaradhya@gmail.com
@rahulrock52823 жыл бұрын
What is the difference between angular 9 and 10
@ARCTutorials3 жыл бұрын
Hi Rahul. You can find the difference along with entire Angular 10 series here kzbin.info/www/bejne/fJiXpKOIa8iXeLM
@conventionalfusion64164 жыл бұрын
Can you give the list of the people who make i small letter
@ARCTutorials4 жыл бұрын
Sorry i did not get your question. Can u pls elaborate?
@conventionalfusion64164 жыл бұрын
@@ARCTutorials Hi uhlalaku e pienar mine nghlala e thembisa
@ARCTutorials4 жыл бұрын
Sorry. I understand only English. Pls repeat?
@gkmishra20094 жыл бұрын
Please sir, give video how use "highchart" in angular application
@srikanth-rk6wz4 жыл бұрын
No else if condition?
@ARCTutorials4 жыл бұрын
I have covered else condition also using template variable
@pushpanathanr45492 жыл бұрын
develop UI to indicate Minmax status: green, yellow and red to show status the number of minmax are under 20: green; between 21 to 100: yellow; more than 100: red show number of minmax instances - can you provide the angular code .. I am new to angular .. Status need to change dynamically ..
@lalittomar86213 жыл бұрын
sir, i want notes and study material its helpful for me. And thanku for tutorial its nice
@ARCTutorials3 жыл бұрын
Hi Lalit. Please drop me a note at soorya.aaradhya@gmail.com
@vishnuprasad21884 жыл бұрын
Hey You Really Explaining good and I loved you tutorial. but in this tutorial #12 I found a mistake in *ngIf with Then and Else statement example you are written wrong template variable reference in div section . you have written showMessage instead of elseBlock in PPT.
@ARCTutorials4 жыл бұрын
Thanks for bringing it to my attention 🙏🙏
@iftikharhussain18234 жыл бұрын
Loving these tutorials, didn't got the notes, please share the notes
@ARCTutorials4 жыл бұрын
Thank you Iftikhar. Yes I am due to upload the notes to respective videos. I will try and clean up by this weekend. Thanks Sridhar
@mohammedjunaidofficial83212 жыл бұрын
Nice Bro, Just keep the intro short.
@ARCTutorials2 жыл бұрын
Please check out the Angular 10 tutorial playlist. No intro at all plus more detailed use cases and better audio quality
@kondaparthysumanth93174 жыл бұрын
Hi Sir , Your tutorials are very much useful for beginners , and please can you share me the notes............
@ARCTutorials4 жыл бұрын
Sure will upload soon and share the github repo
@kondaparthysumanth93174 жыл бұрын
@@ARCTutorials sir please can you share your github repo
@kuldeepsamal72204 жыл бұрын
how to resolve this error :- Error: HostResourceResolver:
@ARCTutorials4 жыл бұрын
Hi Kuldeep. Can you pls share more details on the error please?
@amanuellebassi72944 жыл бұрын
Please, if we guys are enjoying his free lectures, let us support Sridhar by buying coffee at www.buymeacoffee.com/arctutorials
@kuldeepsamal72204 жыл бұрын
Sir, how can we connect to you, do you have any Email Id, telegram groups, or WhatsApp Group. Please mention that if possible.
@ARCTutorials4 жыл бұрын
Hi Kuldeep. Please reach me at soorya.aaradhya@gmail.com