mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(popover): add popover showcase (#1556)
This commit is contained in:
parent
ddb63062f5
commit
f4cdf4ab22
8 changed files with 269 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import {
|
|||
NbThemeModule,
|
||||
NbUserModule,
|
||||
NbCheckboxModule,
|
||||
NbPopoverModule,
|
||||
NbContextMenuModule,
|
||||
} from '@nebular/theme';
|
||||
|
||||
|
|
@ -49,6 +50,7 @@ const NB_MODULES = [
|
|||
NbSearchModule,
|
||||
NbSidebarModule,
|
||||
NbCheckboxModule,
|
||||
NbPopoverModule,
|
||||
NbContextMenuModule,
|
||||
NgbModule,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue