Really Really you can be called as an explanation king , who explains very well in such a way that even a beginner can understand what you teach very well . Thanks for your hard work.
@ARCTutorials2 жыл бұрын
It's my pleasure. Thanks for your kind words
@iftikharhussain18234 жыл бұрын
I have been watching your tutorials. I love your content, I really made some solid skills in angular
@ARCTutorials4 жыл бұрын
This comment of yours made my day. Im so happy that the tutorials are helping you. If you need any help or info, im right here for you. Regards Sridhar
@iamhassell2 жыл бұрын
Great tutorial! Thank you! 👍
@ARCTutorials2 жыл бұрын
Glad you enjoyed it!
@pratibhatomar92304 жыл бұрын
I have been watching your content from first video. I must say, I have learned a lot and quality of your content is simple and easy to follow. Keep it up !!!
@ARCTutorials4 жыл бұрын
Thanks Pratibha for your kind and motivating words
@harsha55014 жыл бұрын
Hi, your concept explanation and content is very clear and easily understandable. if you can create few videos on database side like firebase or MongoDB that would be very useful. Now I know how to work with data through forms but I want to learn how to push this to DB and do some CRUD operations. thank you very much for this playlist. appreciated
@ARCTutorials4 жыл бұрын
Hi Harsha. I have already created MongoDb tutorials. Pls check out the playlists in channel
@themathsprodigy81814 жыл бұрын
try entering abcd@g in the email address field. while this is still an invalid email address as there is no domain information. The email field still takes the value
@ARCTutorials4 жыл бұрын
Thats because email address should have something at end with . Like .co or .com etc
@ARCTutorials4 жыл бұрын
Thats how email address can also be accordingly to the default html email address validation. We can add regex to control it
@balajich62034 жыл бұрын
Very Clear Explanation ,it will be helpful for beginners and experience persons also,please make ReactJs Sir. Thank you
@ARCTutorials4 жыл бұрын
Sure React series starting in last week of August 👍
@Manishkumar-pl5kt4 жыл бұрын
awesome tutorial, thank you sridhar sir , are you on linkedin? i would like to connect with you
@ARCTutorials4 жыл бұрын
Hi Manish. Thanks for your kind words. I will soon launch on multiple platforms for us to connect
@anirudhnanwal57384 жыл бұрын
Hi Sir, Thanks a lot for creating this series and for sharing this great content.
@ARCTutorials4 жыл бұрын
Thanks Anirudh. I have recently started Angular 10 series, i am sure it will benefit you as well 👍
@ashwini68044 жыл бұрын
clearly explained the tutorials.thanks a lot :)
@ARCTutorials4 жыл бұрын
Your most welcome Ashwini 👍
@omkarjadhav70324 жыл бұрын
sir , i am watching your angular video and this is very helpful for me.
@ARCTutorials4 жыл бұрын
Glad you liked the tutorials 👍
@arjundate4 жыл бұрын
hi sir, u explain concepts very well, thank you....!
@ARCTutorials4 жыл бұрын
You are most welcome Arjun! Thanks for wonderful feedback.
@jonathankee93223 жыл бұрын
If anyone validation is not working, if you have two template variable of the same name, angular will not display the validation. Example if there are two name="emailAddressField" #emailAddressField="ngModel" , then it will not work.
@ARCTutorials3 жыл бұрын
Thanks Jonathan for the correction. I have started Reactive Forms in Angular 10 series starting today. Please check it out. kzbin.info/www/bejne/fJiXpKOIa8iXeLM
@jacksm87094 жыл бұрын
am still not understanding the sign # what does it mean?, in the previous section I tried changing the form name from #signinForm to #loginForm and it gave me errors.. regards and that you
@ARCTutorials4 жыл бұрын
# sign means its a template variable. Can u just follow the code i created and see if it works for u first??
@brightertomorrow33434 жыл бұрын
Thanks sir you helped me a lot
@ARCTutorials4 жыл бұрын
Thank you. Glad you are finding the tutorials useful 👍
@suchi61832 жыл бұрын
Sir, when iam using # email="ngModel" . it showing error that no directive found with exportAs 'ngModel'.can anyone tell me how to solve this problem. I even imported the forms module in app module.ts
@ARCTutorials2 жыл бұрын
Hi Suchi. You imported in AppModule, but are you using the form inside any other module? You need to import it there as well. Pls try and let me know
@nageshbk14 жыл бұрын
sir once we have installed bootstrap popper jquery , why bootstrap validation is not working (required)
@ARCTutorials4 жыл бұрын
Hi Nagesh. Did you add the logic that I have shared in the tutorial? Like adding *ngIf for condition check?
@nageshbk14 жыл бұрын
@@ARCTutorials sir, I just wanted test a simple validation. bootstrap date picker & dropdown working but validation!
@mukulatal78483 жыл бұрын
Hi, how can we disable submit button if there is no change in form. I tried using dirty but problem is when i undo the change it does not disable again. Can you please help me on this?
@ARCTutorials3 жыл бұрын
Hi Mukul. You can do something like this [disabled]="!form.valid"
@mukulatal78483 жыл бұрын
@@ARCTutorials Hi, but this will check if form is not valid and disable but my requirement is it should disable if there are no changes in form no matter if it is valid. Can you please help in this?
@simoaitalla98733 жыл бұрын
thank you sir , you are amazing
@ARCTutorials3 жыл бұрын
Thanks and welcome
@amithaanair85524 жыл бұрын
Sir in the console I can see the notification for 2 info but nothing is being printed
@iftikharhussain18234 жыл бұрын
please make Asp.net core 3.1 webApi tutorials
@ARCTutorials4 жыл бұрын
Sure will plan in coming weeks 👍
@vivekrampelly64354 жыл бұрын
sir didnt understand that #emailaddressfield="ngModel"
@ARCTutorials4 жыл бұрын
Hi Vivek. Please follow Angular 10 tutorial series as this will be covered again in detail and you can practice with me along. Please check Angular 10 tutorial series for complete learning kzbin.info/www/bejne/pXayYX6wjpacpsk
@Mehtre1083 жыл бұрын
Is it available for ng zorro
@Mehtre1083 жыл бұрын
Because I want it in ng zorro
@sbbangalifamily3 жыл бұрын
touched is not working when input type=file...?????? how to show an error if the user cancels the file browsing window without selecting the file
@srikanth-rk6wz4 жыл бұрын
Style is not appyling? In the console CSS style is applied but it is showing warning symbol(strike through). I tried both no one is working? what should i do? Any body Knows? Help me input.ng-touched.ng-invalid { border-color: 1px solid red; } input.ng-touched.ng-invalid { border-color: 1px solid red!important; }
@ARCTutorials4 жыл бұрын
Hi Srikant. Can u pls share template file and component file screenshot to my email? Soorya.aaradhya@gmail.com
@srikanth-rk6wz4 жыл бұрын
@@ARCTutorials sorry sir now only i deleted that folder. I name this folder as Forms, i thought folder name is problem that's why removed the folder. Again i will create new folder and i will try this. Thank you for reply sir
@ARCTutorials4 жыл бұрын
Pls try and let me know if u still face issue
@srikanth-rk6wz4 жыл бұрын
@@ARCTutorials OK
@srikanth-rk6wz4 жыл бұрын
@@ARCTutorials Sir i success it's working fine now thank you sir
@ascreations29013 жыл бұрын
How to validate a field based on the value selected in other fields
@venkatapavan96423 жыл бұрын
can you shar the presentation file
@djgamingff82324 жыл бұрын
Validation not working
@ARCTutorials4 жыл бұрын
Hi Raja. Whats the error/issue you are facing?
@MrFuture-964 жыл бұрын
Thanks, sir for replying. Sir, I am still waiting for notes and slides as I haven't received email still. Please kindly need your help to get slides and notes please. It will be very helpful for me