@ashetm/ng-utility
Version:
``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.
5 lines (4 loc) • 644 B
TypeScript
export { UtilityModule } from './lib/utility.module';
export { UtilityPipesModule } from './lib/utility-pipes.module';
export { containsItem, filterFromArray, firstFromArray, lastFromArray, mapFromArray, nthFromArray, pluckFromArray } from './lib/operators';
export { ArrayFill, ArrayFilter, ArrayFrom, ArrayIncludes, ArrayPluck, ArrayPop, ArrayShuffle, ArraySort, ArraySortAsc, ArraySortDesc, DateMax, DateMin, CapitalCase, CoerciveBoolean, ControlErrors, ControlValue, Format, Initial, IsArray, IsDate, IsDateAfter, IsDateBefore, IsDateBetween, IsDateFuture, IsDatePast, Log, ObjectEntries, ObjectKeys, ObjectValues } from './lib/pipes';