ngx-eagle
Version:
UI component infrastructure and Design components for mobile and desktop Angular web applications.
6 lines • 343 B
text/typescript
export { NgxDialog } from './dialog.service';
export { DialogRef } from './dialog-ref';
export { provideDialogConfig, provideDialogDocRef } from './providers';
export { DialogCloseDirective } from './dialog-close.directive';
export { DialogConfig } from './types';
export { CloseAllDialogsDirective } from './close-all-dialogs.directive';