UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

18 lines (17 loc) 1.17 kB
export { PghInputModule } from './input.module'; export { PghInputTypeDirective } from './input-type/input-type.directive'; export { PghFieldErrorDirective } from './field-error.directive'; export { PghFormValidators } from './form-validators'; export { PghErrorMessages } from './models'; export { PGH_FIELD_ERROR_MESSAGES } from './configs'; export { PGH_DEFAULT_ERROR_MESSAGES } from './constants'; export * from './autofocus/autofocus.module'; export * from './autofocus/autofocus.directive'; export { PghPersianNumbersToEnglishDirective } from './persian-to-english/persian-numbers-to-english.directive'; export { PghMarkAllAsTouchedDirective } from './mark-all-as-touched/mark-all-as-touched.directive'; export { PghFinancialInputDirective } from './financial-input/financial-input.directive'; export { PghNumberToWordsService } from './number-to-words/number-to-words.service'; export { PghNumberToWordsPipe } from './number-to-words/number-to-words.pipe'; export { PghMoneyToWordsPipe } from './money-to-words/money-to-words.pipe'; export { PghRialToTomanPipe } from './rial-to-toman/rial-to-toman.pipe'; export { PghFileValidators } from './file-validators';