Angular 17 CRUD with Local-Storage | angular 17 tutorial

preview_player
Показать описание
Angular 17 Crud Operation with Local Storage.
In this video we are going to create a Student Registration app with angular 17. To store data we are going to use Local-Storage.
Angular 17 New Features we are going to use like @For, @If , @else

Angular 17 Crud | Angular Crud | Angular crud with local storage | Angular 17

Live Version

To Connect with me & get Notification of Live Session Join

Learn From Me

GitHub Repo For Source Code

Visit Our Mini Project Ideas Portal where you can find So many project
ideas you can try to implement

Follow & Connect me on LinkedIn

#crudoperations
#angular17
#angularproject
Рекомендации по теме
Комментарии
Автор

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

andrewii
Автор

A good start for the Angular beginners. Thanks for your effort. 😀

mfarooqwasi
Автор

Thank you very much for your nice explanations .

FrancoisKABORE-orsu
Автор

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.

asfandyar_ali
Автор

Excellent video for the beginners. Can't thank enough. Great work bro.

asfandyar_ali
Автор

nice vid, would you consider make a mobile responsive portfolio? thanks

hexadecimalhexadecimal
Автор

Sir, can you please show how to divide this one component into different components.

darshikajadhav
Автор

I am facing an issue while using local storage it says that local storage is not lteset

vivekpanchal
Автор

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

✘ [ERROR] Could not resolve

Thanks. Have a good day

trandinhthang
Автор

Could you please cover one vedio with validation part

Daily_Shorts
Автор

viewchild ka error nhi ja rha hai help me plz

pratikgiri_
Автор

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',
}
}
}

TechzenVibes
Автор

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

shyammehta
Автор

Sir, please marathimdhe suddha courses launch kara

dipalimali
Автор

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.

joseantonioamayapostigo
Автор

your domain mini project its not working

collectorschannel