@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
10 lines (9 loc) • 471 B
TypeScript
export * from './dialogs.module';
export * from './dialog.component';
export * from './alert-dialog/alert-dialog.component';
export * from './confirm-dialog/confirm-dialog.component';
export * from './prompt-dialog/prompt-dialog.component';
export * from './status-dialog/status-dialog.component';
export * from './services/dialog.service';
export * from './resizable-draggable-dialog/resizable-draggable-dialog';
export * from './window-dialog/window-dialog.component';