Hello, i want to unit test the search function, from the first example here: https://ng-bootstrap.github.io/#/components/typeahead/examples
how to do it?
I tried something with .nativeElement.value = 'abc', but it doesn't see changes. How to test that kind of functions which are using Observables and which are declared in ngInit()?
ng-bootstrap
Bootstrap widgets for Angular: autocomplete, accordion, alert, carousel, datepicker, dropdown, offcanvas, pagination, popover, progressbar, rating, tabset, timepicker, tooltip, typeahead