mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* feat(lib): move ConfirmationDialogType to common lib * fix(lib): move SubscriptionType to enums * feat(lib): move validateObjectForForm util to common lib * feat(lib): move GfDialogFooterComponent to ui lib * feat(lib): move GfDialogHeaderComponent to ui libpull/4073/head^2
committed by
GitHub
48 changed files with 51 additions and 45 deletions
@ -0,0 +1,4 @@ |
|||||
|
import { ConfirmationDialogType } from './confirmation-dialog.type'; |
||||
|
import { SubscriptionType } from './subscription-type.type'; |
||||
|
|
||||
|
export { ConfirmationDialogType, SubscriptionType }; |
||||
@ -0,0 +1,3 @@ |
|||||
|
import { validateObjectForForm } from './form.util'; |
||||
|
|
||||
|
export { validateObjectForForm }; |
||||
@ -0,0 +1 @@ |
|||||
|
export * from './dialog-footer.component'; |
||||
@ -0,0 +1 @@ |
|||||
|
export * from './dialog-header.component'; |
||||
Loading…
Reference in new issue