UNPKG

@ashetm/ng-utility

Version:

``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.

30 lines (29 loc) 1.08 kB
export * from './array-fill.pipe'; export * from './array-filter.pipe'; export * from './array-from.pipe'; export * from './array-includes.pipe'; export * from './array-pluck.pipe'; export * from './array-pop.pipe'; export * from './array-shuffle.pipe'; export * from './array-sort.pipe'; export * from './array-sort-asc.pipe'; export * from './array-sort-desc.pipe'; export * from './capital-case.pipe'; export * from './coercive-boolean.pipe'; export * from './control-errors.pipe'; export * from './control-value.pipe'; export * from './date-max.pipe'; export * from './date-min.pipe'; export * from './format.pipe'; export * from './initial.pipe'; export * from './is-array.pipe'; export * from './is-date-after.pipe'; export * from './is-date-before.pipe'; export * from './is-date-between.pipe'; export * from './is-date-future.pipe'; export * from './is-date-past.pipe'; export * from './is-date.pipe'; export * from './log.pipe'; export * from './object-entries.pipe'; export * from './object-keys.pipe'; export * from './object-values.pipe';