Hii Sir, I am your student...I have been watching your Angular 10 series on RUclips...and l am loving it... You have covered all basic to advanced concepts on angular.... Thanks for that.... I want to develope a simple project in which user can upload file and can be able to do some basic curd operation on it... Thank you in advance....😊
May someone explain to me how did l introduce an infinite loop after adding a component and trying to display the input as l followed this tutorial here.
Hi Sir . My name is Vijay Kumar . Can u do the videos regarding Url' s and how we fetch the data through url with the help of httpMethods. In the real time environment also we use Url's to interact with data base. If it is possible to u I'm very happy for that. Thank you....!
My module isn't loading when I add the firstName property in the component class. When I enter the URL path it just goes back to the 4200 with no errors. It's just not loading. What should I do? Edit - I'm still stuck here. So, any help is appreciated.
@Abhishek Panchal, From the question I have understood that you have created the lazy module but forget to update those paths in your routing module, Because of which it keep redirecting to the base path always Or if you see any error logs in your console, please share the details or share your code in stackblitz to identify what's causing the issue. Thanks
I had the same problem. Then as suggested by amar nath, i updated the app-routing module with path:customers/add and component:AddCustomerComponent. Now it's working. Hope it works for you too
Sir I have followed the Angular 10 video also. I got error error TS2322: Type 'Event' is not assignable to type 'string'. Could please help me to fix this error
@@tangaveluvinod6525 I also got this issue, Possibly check 2 points, 1. You might not added the lazy loaded module in the app-routing module 2. Possibly the variable not declared in the component file If possible, you can share your code in stackblitz Thanks
hello Sir, I am very thankful its really helping , learn in easy manner . a small request from my end could you please post video on custom Directive @HostBinding & @HostListener
Excellent teaching style Sridhar...This is why we watch it immediately whenever we get notified about your update!! Keep rocking!
Thanks so much Kishore for your kind words
Hii Sir,
I am your student...I have been watching your Angular 10 series on RUclips...and l am loving it...
You have covered all basic to advanced concepts on angular.... Thanks for that....
I want to develope a simple project in which user can upload file and can be able to do some basic curd operation on it...
Thank you in advance....😊
Sure Buddy. I will start Angular 13 series on CRUD very soon.
Great explanations...Angular made easy...thank you for sharing ur knowledge
You are most welcome
Thank you so much for this tutorial course. The way you describe things makes me see the whole picture and the understanding of details.
You're very welcome!
In customer component when we create it the module and routing module file is not created ! what to do with
You are awesome as usual. Great Lectures!!!!
hi sir,
when you will start react ?
i am waiting for that
i love your videos thank you
I do have a question. Do you also have React videos?
what is the data type for Radio button?
May someone explain to me how did l introduce an infinite loop after adding a component and trying to display the input as l followed this tutorial here.
Send me code snippet at soorya.aaradhya@ gmail.com
Hi Sir . My name is Vijay Kumar . Can u do the videos regarding Url' s and how we fetch the data through url with the help of httpMethods. In the real time environment also we use Url's to interact with data base. If it is possible to u I'm very happy for that. Thank you....!
I have a question ..sir...In the real-time angular projects mostly used forms based or any other based
Hi Dinesh. In most enterprise apps i have worked - mostly reactive forms are used. I will cover it in next few episodes
@@ARCTutorials thank you sir
How To insert Radio button in form sir ?
Yeah, not able to see the values from radio button on the console.
Fixed it, I hadn't added ngModel in the radio buttons. Make sure you've not done the same mistake.
Male
Female
From where customers component came ? Please don't assume things and also copy pasting destroy all interest.
Why template driven forms are asynchronous ?
My module isn't loading when I add the firstName property in the component class. When I enter the URL path it just goes back to the 4200 with no errors. It's just not loading. What should I do?
Edit - I'm still stuck here. So, any help is appreciated.
may be you have applied some route guard to your component class like canActivate or other
@Abhishek Panchal,
From the question I have understood that you have created the lazy module but forget to update those paths in your routing module, Because of which it keep redirecting to the base path always
Or if you see any error logs in your console, please share the details
or share your code in stackblitz to identify what's causing the issue.
Thanks
I had the same problem. Then as suggested by amar nath, i updated the app-routing module with path:customers/add and component:AddCustomerComponent. Now it's working. Hope it works for you too
@@sairajoseph7595 Glad it resolved you're issue 😊
Sir I have followed the Angular 10 video also. I got error error TS2322: Type 'Event' is not assignable to type 'string'. Could please help me to fix this error
It got resolved. I made typo error
Typos are the most common mistake in Angular
error TS2322: Type 'Event' is not assignable to type 'string'.
Hi sir, i have added the FormsModule in customer.module.ts and app.module.ts but still getting this error
Its working in the components under app.module.ts, its not working in the components under customer.module.ts can you tell me why?
Hi Vinod. Its because you might have not exported it. Can you pls check if the component is exported?
@@tangaveluvinod6525 I also got this issue, Possibly check 2 points,
1. You might not added the lazy loaded module in the app-routing module
2. Possibly the variable not declared in the component file
If possible, you can share your code in stackblitz
Thanks
hello Sir, I am very thankful its really helping , learn in easy manner . a small request from my end could you please post video on custom Directive @HostBinding & @HostListener