0.0.3 • Published 2 years ago

ez-pipes v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ez Pipes Angular

This library was generated with Angular CLI version 14.1.0.

Instalation

npm i ez-pipes --save

Implementation

Angular

@NgModule({
    declarations: [
        ...
    ],
    imports: [
        ...
        EzPipesModule
    ],
    providers: [
        ...
    ]
})

Available Pipes

  1. New Pipes

    • EzNumberPipe
      • Options
        • comma-separate
        • abbreviate
        • dec2bin
        • dec2hex
        • bin2hex
        • 1.0-0
        • 1.1-1
        • 1.2-2
        • 1.3-3
    • EzCurrencyPipe
      • Options
        • currencycode2Symbol
        • currencycode2country
    • EzTextPipe
      • Options
        • lowercase
        • uppercase
        • camelcase
        • capitalize
        • reverse
    • EzDebouncePipe
      • Option
        • debounceTime in number
    • EzDefaultPipe
      • Option
        • defaultValue could be any
    • EzOrdinalSuffixPipe
      • Value - number
    • EzWordcountPipe
      • Value - string
    • EzElementPositionPipe
      • Returns - {x: XXXX.XXXX, y: XXXX.XXXX} | null
    • EzTypingPipe
      • Returns - Typed text
    • EzMathPipe
      • Returns - Calculated Value
      • Options
        • sqrt
        • pow - need a number as value
        • round
        • ceil
        • floor
        • trunc
        • abs
        • fahrenheit2celsius
        • celsius2fahrenheit
  2. Angular built in pipes View Doc

    • CurrencyPipe
    • DatePipe
    • DecimalPipe
    • PercentPipe
    • LowerCasePipe
    • UpperCasePipe
    • SlicePipe
    • JsonPipe
    • AsyncPipe
    • I18nPluralPipe
    • I18nSelectPipe
    • KeyValuePipe
    • TitleCasePipe
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago