Javascript – I see the filtered data on the screen, but the original data does not appear when I clear the input
I see the filtered data on the screen, but the original data does not appear when I clear the input Here I show _todayShare in the <a> tag as an item in order <span>Share</span> <input [(ngModel)]="sharedsearchText" (keyup)="applyFilter(sharedsearchText)" style="width: 50%; margin-top:…