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.
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 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
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
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.
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 .
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
The best video of the world!!!
thanks
Sir, can you please show how to divide this one component into different components.
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));
}
}
}
Thank you for the video
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
Thanks
🤩
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
Could you please cover one vedio with validation part
Yes
viewchild ka error nhi ja rha hai help me plz
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 can u provide the css
Thanks bro
Welcome
Thanks sir
Welcome
thanks
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
Sir, please marathimdhe suddha courses launch kara
Hi, please connect on LinkedIn
Why don't u use Reactive form 😶
in some video I go with reactive n some with template.
your domain mini project its not working