feat(popover): add popover showcase (#1556)

This commit is contained in:
Dmitry Nehaychik 2018-02-22 20:13:23 +03:00 committed by GitHub
parent ddb63062f5
commit f4cdf4ab22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 269 additions and 0 deletions

View file

@ -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,
];