Frontend Development ยท Angular
How would you answer an interview scenario involving RxJS observables in Angular?
For type-ahead search, debounce the input, ignore duplicate values, and use switchMap so an old HTTP request is cancelled when the user enters a newer query.