We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8515fa + 7fb9c8a commit e986f10Copy full SHA for e986f10
1 file changed
src/app/shared/dso-page/dso-page.module.ts
@@ -9,7 +9,7 @@ import {
9
import {
10
DsoEditMenuExpandableSectionComponent
11
} from '../dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component';
12
-import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
+import { NgbDropdownModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
13
14
const COMPONENTS = [
15
DsoEditMenuComponent,
@@ -25,6 +25,7 @@ const MODULES = [
25
RouterModule,
26
CommonModule,
27
NgbTooltipModule,
28
+ NgbDropdownModule,
29
];
30
const PROVIDERS = [
31
0 commit comments