While working on this problem I need to search the data using auto search functionality in Angular and it has to pull the records from API and populates data into the search box so that the user can select the records. Based on the selected data, all the records has to display on the screen. As it was huge data, so I have used loading spinner functionality to avoid the confusion. In this case, all the data will be fetched through API and bind into the data table.
source https://www.c-sharpcorner.com/article/how-to-share-data-between-components-using-subscription-and-subject-in-angular-6/
No comments:
Post a Comment