Hello to all, welcome to therichpost.com. Today, I am going to tell you, How to share data between two Components in Angular 9?
I am trying this first time and this is very interesting sharing data between Angular 9 components.
I have mainly used two things in this:
Services:
I have added custom json data in it and call this Service to Angular Components.
LocalStorage:
This is my trick, I have saved component data in it and share one component data into other component with help of localstorage.
#angular 9 #javascript