UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

10 lines (9 loc) 511 B
export * from './components/alert-dialog/alert-dialog.component'; export * from './components/confirm-dialog/confirm-dialog.component'; export * from './components/prompt-dialog/prompt-dialog.component'; export * from './components/alert-dialog/alert-dialog.module'; export * from './components/confirm-dialog/confirm-dialog.module'; export * from './components/prompt-dialog/prompt-dialog.module'; export * from './dialog.module'; export * from './services/dialog.service'; export * from './injection-tokens';