Thank you. I already published Angular beginner tutorial. Checkout this link. Also, brand new Angular full course is on the way! ruclips.net/video/fOIPdAYUsk0/видео.html
Glad I could help! I have published latest video in Reactive Forms and you will like it, please check this video out (New Shopping app) ruclips.net/video/5vnWjjKpPW8/видео.html
hey, I followed every step of yours in my code. In my UI I am not getting the CSS that you get when the toast pops up and also my form is getting validated but the validation message is not displaying. What could be the mistake? Could you please help me with this?
Hi Sid, Thanks for reaching out to me. 1. for toast pop up, you might have install package but did not specify the css url in angular.json. Refer line number 31 github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/angular.json. 2. for validate message, you might have missed the component that shows such message. line number 10 to 12 should be used correctly. github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/src/app/admin/create-cuisine/create-cuisine.component.html Please let me know if this answers your question. Please refer recent videos for Angular. It will be helpful as I have explained in details and properly. ruclips.net/video/5vnWjjKpPW8/видео.html ruclips.net/video/gbtlCsznXBU/видео.html source code: github.com/learnsmartcoding/angular-beginners-course-shopping-app
@@learnsmartcoding Hello, Thanks for the reply. My first issue got resolved my CSS path was redirecting wrongly. My second issue still persists, I changed the code but still facing the same issue the message is not coming also the error indication in the text box does not appear but getting the error toast. I checked the label component in that 'control?.errors.invalid' is showing error also 'invalid: true, message: control?.errors?.message' to rectify this VS shows 'Use element access for invalid'. What could be the reason?
I suggest you push your local code to a feature branch in my repo and I can take a look and pin point the issue. Plz let me know if that works for you.
Great bro! Teach us Angular from Beginning.
Thank you. I already published Angular beginner tutorial. Checkout this link. Also, brand new Angular full course is on the way!
ruclips.net/video/fOIPdAYUsk0/видео.html
Great! Thanks Sir.
Most welcome!
thanks you so much, this is what i was looking for
Glad I could help!
I have published latest video in Reactive Forms and you will like it, please check this video out (New Shopping app)
ruclips.net/video/5vnWjjKpPW8/видео.html
hey, I followed every step of yours in my code. In my UI I am not getting the CSS that you get when the toast pops up and also my form is getting validated but the validation message is not displaying. What could be the mistake? Could you please help me with this?
Hi Sid, Thanks for reaching out to me.
1. for toast pop up, you might have install package but did not specify the css url in angular.json. Refer line number 31
github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/angular.json.
2. for validate message, you might have missed the component that shows such message. line number 10 to 12 should be used correctly.
github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/src/app/admin/create-cuisine/create-cuisine.component.html
Please let me know if this answers your question.
Please refer recent videos for Angular. It will be helpful as I have explained in details and properly.
ruclips.net/video/5vnWjjKpPW8/видео.html
ruclips.net/video/gbtlCsznXBU/видео.html
source code: github.com/learnsmartcoding/angular-beginners-course-shopping-app
@@learnsmartcoding Hello, Thanks for the reply.
My first issue got resolved my CSS path was redirecting wrongly.
My second issue still persists, I changed the code but still facing the same issue the message is not coming also the error indication in the text box does not appear but getting the error toast. I checked the label component in that 'control?.errors.invalid' is showing error also 'invalid: true, message: control?.errors?.message' to rectify this VS shows 'Use element access for invalid'. What could be the reason?
I suggest you push your local code to a feature branch in my repo and I can take a look and pin point the issue. Plz let me know if that works for you.
Hello, where can i get the code for the backend?
Hi Coffy Gee, Here you go. github.com/learnsmartcoding/dotnetcore-restaurant-api
Bro waiting next video
Coming soon with brand new complete tutorial. New shopping website!
Please help with the code for the backend
Hi Coffy Gee, Here you go. github.com/learnsmartcoding/dotnetcore-restaurant-api