To-Do List in Angular. Save your Data.

Published: 07 May 2024
on channel: DK Programming
810
21

In this video we modify our application to save our to-do list's data. We talk about different options to save data in a web application. We save and retrieve our data to and from a browser's local storage using localStorage.setItem() and localStorage.getItem() methods. We use JSON.stringify() and JSON.parse() methods to convert data from Array to String and back.

Links used in the video:

GitHub Link - starting point:
https://github.com/katkovd73/to-do-li...

GitHub Link - end point:
https://github.com/katkovd73/to-do-li...

Window: localStorage property
https://developer.mozilla.org/en-US/d...

localStorage methods:
https://developer.mozilla.org/en-US/d...

JSON.stringify() and JSON.parse():
https://developer.mozilla.org/en-US/d...

YouTube Playlist - Address Book with Angular using Angular Material to style it, C# .NET Core Web API and SQL Server database:
   • Address Book with Angular, C# Web API...  


Watch video To-Do List in Angular. Save your Data. online without registration, duration hours minute second in high quality. This video was added by user DK Programming 07 May 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 810 once and liked it 21 people.