mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(user): replace menu with nbContextMenu directive
This commit is contained in:
parent
84962a4087
commit
fb5de3725c
3 changed files with 910 additions and 3 deletions
|
|
@ -15,6 +15,7 @@ import {
|
|||
NbThemeModule,
|
||||
NbUserModule,
|
||||
NbCheckboxModule,
|
||||
NbContextMenuModule,
|
||||
} from '@nebular/theme';
|
||||
|
||||
import {
|
||||
|
|
@ -48,6 +49,7 @@ const NB_MODULES = [
|
|||
NbSearchModule,
|
||||
NbSidebarModule,
|
||||
NbCheckboxModule,
|
||||
NbContextMenuModule,
|
||||
NgbModule,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue