@studiohyperdrive/ngx-utils
Version:
A series of abstracts, utils, pipes and services for Angular applications.
35 lines (34 loc) • 2.39 kB
TypeScript
import { ArrayContainsOnePipe } from './array-contains-one/array-contains-one.pipe';
import { NgxHighlightPipe } from './highlight/ngx-highlight.pipe';
import { IbanPipe } from './iban/iban.pipe';
import { LimitToPipe } from './limit-to/limit-to.pipe';
import { LogPipe } from './log/log.pipe';
import { MergeArraysPipe } from './merge-arrays/merge-arrays.pipe';
import { NgxReplaceElementsPipe } from './replace-elements/replace-elements.pipe';
import { SafeHtmlPipe } from './safe-html/safe-html.pipe';
import { TransformPipe } from './transform/transform.pipe';
import { TruncateTextPipe } from './truncate-text/truncate-text.pipe';
import { WithRouterLinkPipe } from './with-router-links/with-router-links.pipe';
export declare const Pipes: (typeof ArrayContainsOnePipe | typeof NgxHighlightPipe | typeof IbanPipe | typeof LimitToPipe | typeof LogPipe | typeof MergeArraysPipe | typeof NgxReplaceElementsPipe | typeof SafeHtmlPipe | typeof TransformPipe | typeof TruncateTextPipe | typeof WithRouterLinkPipe)[];
export { ArrayContainsOnePipe } from './array-contains-one/array-contains-one.pipe';
export { BtwPipe } from './btw/btw.pipe';
export { CleanArrayPipe } from './clean-array/clean-array.pipe';
export { EntriesPipe } from './entries/entries.pipe';
export { HasObserversPipe } from './has-observers/has-observers.pipe';
export { HasOwnProperty } from './has-own-property/has-own-property.pipe';
export { HasValuesPipe } from './has-values/has-values.pipe';
export { NgxHighlightPipe } from './highlight/ngx-highlight.pipe';
export { IbanPipe } from './iban/iban.pipe';
export { IsNotEmptyPipe } from './is-not-empty/is-not-empty.pipe';
export { JoinPipe } from './join/join.pipe';
export { LimitToPipe } from './limit-to/limit-to.pipe';
export { LogPipe } from './log/log.pipe';
export { MergeArraysPipe } from './merge-arrays/merge-arrays.pipe';
export { SafeHtmlPipe } from './safe-html/safe-html.pipe';
export { StripHtmlPipe } from './strip-html/strip-html.pipe';
export { ToArrayPipe } from './to-array/to-array.pipe';
export { TransformPipe } from './transform/transform.pipe';
export { TruncateTextPipe } from './truncate-text/truncate-text.pipe';
export { UniqByPipe } from './unique-by/uniq-by.pipe';
export { WithRouterLinkPipe } from './with-router-links/with-router-links.pipe';
export { NgxReplaceElementsPipe } from './replace-elements/replace-elements.pipe';