@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.
13 lines (12 loc) • 639 B
TypeScript
export * from './layout.module';
export * from './layout.component';
export * from './layout.directives';
export * from './layout-toggle.class';
export * from './layout-card-over/layout-card-over.component';
export * from './layout-footer/layout-footer.component';
export * from './layout-manage-list/layout-manage-list.component';
export * from './layout-manage-list/layout-manage-list.directives';
export * from './layout-nav/layout-nav.component';
export * from './layout-nav-list/layout-nav-list.component';
export * from './layout-nav-list/layout-nav-list.directives';
export * from './navigation-drawer/navigation-drawer.component';