how to add searched records list in ngx bootstrap typeahead code example
Example: how to add searched records list in ngx bootstrap typeahead
<input id="typeahead-format" type="text" class="form-control" [(ngModel)]="model" [ngbTypeahead]="search" [resultFormatter]="formatter" />