|
|
|
@ -38,6 +38,8 @@ import { CONFIRMATION_ICONS, DEFAULT_CONFIRMATION_ICONS } from './tokens/confirm |
|
|
|
import { PasswordComponent } from './components/password/password.component'; |
|
|
|
import { CardModule } from './components/card/card.module'; |
|
|
|
import { AbpVisibleDirective } from './directives'; |
|
|
|
import { FormInputComponent } from './components/form-input/form-input.component'; |
|
|
|
import {CheckboxComponent} from './components/checkbox/checkbox.component'; |
|
|
|
|
|
|
|
const declarationsWithExports = [ |
|
|
|
BreadcrumbComponent, |
|
|
|
@ -55,6 +57,8 @@ const declarationsWithExports = [ |
|
|
|
LoadingDirective, |
|
|
|
ModalCloseDirective, |
|
|
|
AbpVisibleDirective, |
|
|
|
FormInputComponent, |
|
|
|
CheckboxComponent |
|
|
|
]; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
@ -65,6 +69,7 @@ const declarationsWithExports = [ |
|
|
|
NgbPaginationModule, |
|
|
|
EllipsisModule, |
|
|
|
CardModule, |
|
|
|
|
|
|
|
], |
|
|
|
declarations: [...declarationsWithExports, HttpErrorWrapperComponent], |
|
|
|
exports: [ |
|
|
|
@ -76,7 +81,7 @@ const declarationsWithExports = [ |
|
|
|
], |
|
|
|
providers: [DatePipe], |
|
|
|
}) |
|
|
|
export class BaseThemeSharedModule {} |
|
|
|
export class BaseThemeSharedModule { } |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
imports: [BaseThemeSharedModule], |
|
|
|
|