Bro 15:45 touched me so much yeah like what you say try to write the code on my own this is really my weak point that make me struggle to learn i always copy without knowing what it useful
Dear Chetan. A quick question/guidance! Do you have video on CRUD with Mock APIs for us to learn and practice? Would greatly appreciate if you can guide us.
Hello bro, Thanks for your video! I have a question. I don't see you install Bootstrap and Fontawesome. I tried cloning your repo and running in my local computer. An error occurred angular:styles/global:styles:1:8: ✘ [ERROR] Could not resolve "./node_modules/bootstrap/dist/css/bootstrap.min.css" ✘ [ERROR] Could not resolve "./node_modules/@fortawesome/fontawesome-free/css/all.min.css" Thanks. Have a good day
I noticed that when I press the delete button only the last item is deleted not the item which we require to be deleted. So, I made this change it worked onDelete(item: Student) { const isDelet = confirm('Are you sure want to Delete'); if (isDelet) { const currentRecord = this.studentList.findIndex( (m) => m.id === item.id ); if (currentRecord !== -1) { this.studentList.splice(currentRecord, 1); localStorage.setItem('angular17crud', JSON.stringify(this.studentList)); } } }
Hello, good morning, I have followed the tutorial and I get an error in the part of the @viewChild('myModal') decorator, and I can't get rid of the error or remove it, I can't follow you. I'm sorry.
This has many flaws, first of all the delete function only deletes the last item. secondly after deleting the ID is repeat for new entries hence making update function break. good tutorial but i wish logic was ecplained properly
A good start for the Angular beginners. Thanks for your effort. 😀
Welcome
Bro 15:45 touched me so much yeah like what you say try to write the code on my own this is really my weak point that make me struggle to learn i always copy without knowing what it useful
Yes. Thanks for watching
Excellent video for the beginners. Can't thank enough. Great work bro.
Thanks
Thank you very much for your nice explanations .
The best video of the world!!!
thanks
Dear Chetan. A quick question/guidance! Do you have video on CRUD with Mock APIs for us to learn and practice? Would greatly appreciate if you can guide us.
Please go to channel so many videos are there
Thank you for the video
Thanks
🤩
Sir, can you please show how to divide this one component into different components.
I am facing an issue while using local storage it says that local storage is not lteset
nice vid, would you consider make a mobile responsive portfolio? thanks
Will try
Hello bro, Thanks for your video!
I have a question.
I don't see you install Bootstrap and Fontawesome. I tried cloning your repo and running in my local computer. An error occurred
angular:styles/global:styles:1:8:
✘ [ERROR] Could not resolve "./node_modules/bootstrap/dist/css/bootstrap.min.css"
✘ [ERROR] Could not resolve "./node_modules/@fortawesome/fontawesome-free/css/all.min.css"
Thanks. Have a good day
Yes..you can install to that..in my system I had reusable nodemodules folder
npm install bootstrap
npm install @fortawesome/fontawesome-free
viewchild ka error nhi ja rha hai help me plz
Could you please cover one vedio with validation part
Yes
Thanks sir
Welcome
Thanks bro
Welcome
I noticed that when I press the delete button only the last item is deleted not the item which we require to be deleted. So, I made this change it worked
onDelete(item: Student) {
const isDelet = confirm('Are you sure want to Delete');
if (isDelet) {
const currentRecord = this.studentList.findIndex(
(m) => m.id === item.id
);
if (currentRecord !== -1) {
this.studentList.splice(currentRecord, 1);
localStorage.setItem('angular17crud', JSON.stringify(this.studentList));
}
}
}
Sir can u provide the css
thanks
Why don't u use Reactive form 😶
in some video I go with reactive n some with template.
Hello, good morning, I have followed the tutorial and I get an error in the part of the @viewChild('myModal') decorator, and I can't get rid of the error or remove it, I can't follow you. I'm sorry.
Can u check GitHub repo. Check if u have done any mistake
This has many flaws, first of all the delete function only deletes the last item. secondly after deleting the ID is repeat for new entries hence making update function break. good tutorial but i wish logic was ecplained properly
Sir, please marathimdhe suddha courses launch kara
Hi, please connect on LinkedIn
your domain mini project its not working