Тёмный
No video :(

How to store data in localstorage using Angular 13? 

AyyazTech
Подписаться 9 тыс.
Просмотров 41 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@AyyazTech
@AyyazTech 9 дней назад
🔍 Want to dive deeper into Angular and full-stack development? Check out my comprehensive course: "Create Full-Stack Blog & CMS with Angular 18, Node.js, MySQL" bit.ly/angular-18-course In this course, you'll: - Build a complete, production-ready blog and CMS - Master Angular 18, Node.js, and MySQL - Deploy your app to Google Cloud Run Perfect for both beginners and experienced devs looking to level up their skills. 🎓 Enroll now: bit.ly/angular-18-course
@imanqoly
@imanqoly 2 месяца назад
Straight forward helpful video thanks
@ankitverma2012
@ankitverma2012 Год назад
Cleared the concept with just a simple example! Thanks, keep up the good work!
@AyyazTech
@AyyazTech Год назад
Thanks for watching. Please don't forget to subscribe and click on Bell 🔔 icon and please like and share this video. 👍
@devilgamingyt2914
@devilgamingyt2914 11 месяцев назад
Thank you so much, line no 18 let data: any This has helped me a lot. I missed the "any" ❤
@AyyazTech
@AyyazTech 11 месяцев назад
Hey there! I'm so glad to hear that line 18 made a difference for you. It's those little details that can sometimes trip us up! If you found this helpful, please consider subscribing for more tips and tricks. Don't forget to hit the like button and share with anyone else who might benefit. Thanks for your support! ❤👍
@iroshanaravishan1388
@iroshanaravishan1388 2 года назад
Wow.. thanks... I was finding a solution for this many times... Finally I got this Vdo✌️😀🙌
@AyyazTech
@AyyazTech 2 года назад
Thanks for watching. Please don't forget to subscribe and click on Bell 🔔 icon and please like and share this video. 👍
@prasanna3997
@prasanna3997 Год назад
Wow man, thank you so much , you solved my problem 😍😍
@AyyazTech
@AyyazTech Год назад
No problem 👍 Glad it helped. Please don't forget to like, share, this video. Also, please SUBSCRIBE to my youtube channel and click on the bell 🔔 icon to get notified for upcoming videos.
@AGUNGKAYA
@AGUNGKAYA Год назад
Thank you, now I can make my app with this :D
@AyyazTech
@AyyazTech Год назад
Have fun :p
@raohuzaifa7443
@raohuzaifa7443 Год назад
Very helpful sir♥️♥️♥️♥️
@AyyazTech
@AyyazTech Год назад
Keep watching. Glad it helped. Please don't forget to like, share, this video. Also, please SUBSCRIBE to my youtube channel and click on the bell 🔔 icon to get notified for upcoming videos.
@berealistic2703
@berealistic2703 6 месяцев назад
Thanks!!
@AyyazTech
@AyyazTech 6 месяцев назад
Thank you for your feedback! We're glad you found the tutorial on storing data in localstorage using Angular 13 straightforward and helpful. 😊 If you're looking to deepen your Angular knowledge, here are a couple of recommendations: - "How to use Angular Material in Angular 17?" (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-34XyaB_nK_M.html) for some UI enhancement techniques. - "How to dynamically add and remove form fields in Angular 17?" (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-f-HJdEV09dg.html) for more advanced form handling. Make sure to subscribe, like, share, and click the bell icon for notifications to catch all the latest tutorials. If there's anything specific you'd like us to cover, feel free to suggest! Happy coding! 🚀
@neinheart7801
@neinheart7801 Год назад
god bless u forever!
@AyyazTech
@AyyazTech 5 месяцев назад
Thank you so much for the kind words and blessing! I'm thrilled the tutorial was helpful. If you enjoyed it, please consider liking the video and sharing it with others who might find it useful. Your support means a lot and encourages me to keep creating content. Be sure to visit my blog at ayyaztech.com for even more Angular tutorials, tips, and articles to level up your skills. And here are a few related videos you might enjoy: Logout functionality in Angular: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-RNs6colwyYc.html Hiding navigation bar in Angular: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sxnqFmkM0qw.html Using REST APIs in Angular: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-47RVpl9E78k.html Don't forget to subscribe and hit the bell to catch all my latest Angular tutorials. Thanks again and God bless you too!
@teranpasindu4184
@teranpasindu4184 Год назад
Please do a video for encrypted and decryptes session storages
@AyyazTech
@AyyazTech Год назад
Sure. I have noted the topic. I will surely work on it very soon. Thanks for watching video. Please don't forget to subscribe to my youtube channel and click on the bell icon to get notified for all upcoming videos. Also please like and share my video. This help me to encourage myself.
@danielborges.
@danielborges. 2 года назад
Very helpful. Thanks for sharing. Take care.
@AyyazTech
@AyyazTech 2 года назад
Thanks for watching. Please don't forget to subscribe and click on Bell 🔔 icon and please like and share this video. 👍
@sarveshgawand8416
@sarveshgawand8416 5 месяцев назад
can we use that data in other component????
@AyyazTech
@AyyazTech 5 месяцев назад
Yes, you can absolutely use the data stored in local storage across different components in your Angular application. Local storage is accessible from any component within the same origin (domain). To access the data in another component, simply use the same localStorage.getItem() method demonstrated in the video. Retrieve the data, parse it from a string to the desired format (like JSON), and assign it to a variable in that component. For more Angular tips and in-depth articles, be sure to check out my blog at ayyaztech.com. And if you found this video helpful, please like and subscribe for more tutorials! Here are some related videos you might find useful: Passing data between components: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JvXzxmYs0uQ.html Sharing data between components using a service: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-a1q2OqQhE9E.html Passing data from child to parent: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-8C88j6hrUqk.html Thanks for watching and happy coding!
@erosmarcuszamora8828
@erosmarcuszamora8828 Год назад
What extension you used here? When it shows error in html when function is not found. Thank you!
@AyyazTech
@AyyazTech Год назад
I did not get that. Can you be please more specific ?
@mafacegame
@mafacegame 2 года назад
local storage images, can you help me?
@AyyazTech
@AyyazTech 2 года назад
Sure. how can I help you about this? Please explain
Далее
I've been using Redis wrong this whole time...
20:53
Просмотров 356 тыс.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 648 тыс.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 193 тыс.
Top 6 React Hook Mistakes Beginners Make
21:18
Просмотров 571 тыс.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн
OpenAI Embeddings and Vector Databases Crash Course
18:41
What’s new in Angular v18
20:08
Просмотров 120 тыс.