Fix missing NgbDropdown import

This commit is contained in:
Michael Shamoon 2020-12-13 20:16:23 -08:00
parent a12ec00827
commit 9bfc92cf79

View File

@ -3,6 +3,7 @@ import { Observable } from 'rxjs';
import { Results } from 'src/app/data/results';
import { ObjectWithId } from 'src/app/data/object-with-id';
import { FilterPipe } from 'src/app/pipes/filter.pipe';
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
@Component({
selector: 'app-filter-dropdown',