Angular 17 CRUD with Local-Storage | angular 17 tutorial

  Рет қаралды 28,208

Learning Partner

Learning Partner

Күн бұрын

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
voidchetan.git...
Learn From Me
angularacademy.in
GitHub Repo For Source Code
github.com/voi...
Visit Our Mini Project Ideas Portal where you can find So many project
ideas you can try to implement
miniprojectide...
Follow & Connect me on LinkedIn
/ chetan-jogi-a87148ba
#crudoperations
#angular17
#angularproject

Пікірлер: 36
@mfarooqwasi
@mfarooqwasi 5 ай бұрын
A good start for the Angular beginners. Thanks for your effort. 😀
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Welcome
@andrewii23
@andrewii23 4 ай бұрын
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
@LearningPartnerDigital
@LearningPartnerDigital 4 ай бұрын
Yes. Thanks for watching
@FrancoisKABORE-or3su
@FrancoisKABORE-or3su Ай бұрын
Thank you very much for your nice explanations .
@asfandyar_ali
@asfandyar_ali 5 ай бұрын
Excellent video for the beginners. Can't thank enough. Great work bro.
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Thanks
@RonneyNigro
@RonneyNigro Ай бұрын
The best video of the world!!!
@LearningPartnerDigital
@LearningPartnerDigital Ай бұрын
thanks
@hebaahmed-p1l
@hebaahmed-p1l 2 ай бұрын
Thank you for the video
@asfandyar_ali
@asfandyar_ali 5 ай бұрын
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.
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Please go to channel so many videos are there
@vivekpanchal07
@vivekpanchal07 Ай бұрын
I am facing an issue while using local storage it says that local storage is not lteset
@darshikajadhav2806
@darshikajadhav2806 4 ай бұрын
Sir, can you please show how to divide this one component into different components.
@hexadecimalhexadecimal5241
@hexadecimalhexadecimal5241 6 ай бұрын
nice vid, would you consider make a mobile responsive portfolio? thanks
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Will try
@pratikgiri_19
@pratikgiri_19 3 ай бұрын
viewchild ka error nhi ja rha hai help me plz
@Daily_Shorts515
@Daily_Shorts515 5 ай бұрын
Could you please cover one vedio with validation part
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Yes
@trandinhthang4337
@trandinhthang4337 5 ай бұрын
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
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Yes..you can install to that..in my system I had reusable nodemodules folder
@vilaskiran266
@vilaskiran266 6 ай бұрын
Thanks sir
@LearningPartnerDigital
@LearningPartnerDigital 6 ай бұрын
Welcome
@trandinhthang4337
@trandinhthang4337 5 ай бұрын
Thanks bro
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Welcome
@shyammehta3289
@shyammehta3289 22 күн бұрын
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
@TechzenVibes
@TechzenVibes Ай бұрын
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)); } } }
@ibrahimfikry6624
@ibrahimfikry6624 4 ай бұрын
thanks
@joseantonioamayapostigo2542
@joseantonioamayapostigo2542 5 ай бұрын
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.
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Can u check GitHub repo. Check if u have done any mistake
@dipalimali7180
@dipalimali7180 5 ай бұрын
Sir, please marathimdhe suddha courses launch kara
@LearningPartnerDigital
@LearningPartnerDigital 5 ай бұрын
Hi, please connect on LinkedIn
@abhi369g
@abhi369g 2 ай бұрын
Why don't u use Reactive form 😶
@LearningPartnerDigital
@LearningPartnerDigital 2 ай бұрын
in some video I go with reactive n some with template.
@collectorschannel373
@collectorschannel373 6 ай бұрын
your domain mini project its not working
RXJS operators to use in Angular | debouncing in Angular | RXJS in angular
15:13
Angular 18 is EXACTLY what we needed
9:15
Academind
Рет қаралды 78 М.
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 1,2 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 34 МЛН
Angular 17 Login | With API Integration
28:21
LEARNING PARTNER
Рет қаралды 71 М.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 270 М.
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 669 М.
Así deberías Estructurar tus Proyectos en Angular 17
18:44
Garaje de ideas | Tech
Рет қаралды 35 М.
Learn Redux Toolkit in under 1 hour
58:10
Hitesh Choudhary
Рет қаралды 138 М.
My opinion on Angular 18 & React 19
9:47
Maximilian Schwarzmüller
Рет қаралды 57 М.
Angular 15 CRUD Operations with JSON Server
40:32
Code With Yousaf
Рет қаралды 18 М.