juvo-rafa-library
Version:
A comprehensive Angular component library featuring real-world components and validators extracted from the Juvo Rafa backoffice application. Now with improved select components and bug fixes.
26 lines (25 loc) • 1.12 kB
TypeScript
/**
* @fileoverview Public API Surface of Juvo Rafa Library
*
* @description
* A comprehensive Angular component library featuring real-world components
* and validators extracted from the Juvo Rafa backoffice application.
*
* This library provides enterprise-grade components and validation utilities
* that have been battle-tested in production environments.
*
* @version 2.1.0
* @author Juvo Rafa Team
* @license MIT
*/
export * from './lib/juvo-button-action/juvo-button-action.component';
export * from './lib/juvo-loading/juvo-loading.component';
export * from './lib/juvo-screen-loading/juvo-screen-loading.component';
export * from './lib/juvo-input/juvo-input.component';
export * from './lib/juvo-list/juvo-list.component';
export * from './lib/juvo-table/juvo-table.component';
export * from './lib/juvo-tab-menu/juvo-tab-menu.component';
export * from './lib/juvo-notification/juvo-notification.component';
export * from './lib/juvo-confirmation-dialog/juvo-confirmation-dialog.component';
export * from './lib/juvo-image-picker/juvo-image-picker.component';
export * from './lib/validators';