Community

How To Share Data Between Components Using Subscription And Subject In Angular 6

(Nitesh Jha) While working on a problem, I needed to search a data using the auto search functionality in Angular and had to pull the records from API and populate the data into the search box so that the user can select the records.