This library was generated with Angular CLI version 14.1.0.
npm i ez-pipes --save
@NgModule({
declarations: [
...
],
imports: [
...
EzPipesModule
],
providers: [
...
]
})
-
New Pipes
- EzNumberPipe
- Options
- comma-separate
- abbreviate
- dec2bin
- dec2hex
- bin2hex
- 1.0-0
- 1.1-1
- 1.2-2
- 1.3-3
- Options
- EzCurrencyPipe
- Options
- currencycode2Symbol
- currencycode2country
- Options
- EzTextPipe
- Options
- lowercase
- uppercase
- camelcase
- capitalize
- reverse
- Options
- EzDebouncePipe
- Option
debounceTime
innumber
- Option
- EzDefaultPipe
- Option
defaultValue
could beany
- Option
- EzOrdinalSuffixPipe
- Value -
number
- Value -
- EzWordcountPipe
- Value -
string
- Value -
- EzElementPositionPipe
- Returns -
{x: XXXX.XXXX, y: XXXX.XXXX}
|null
- Returns -
- EzTypingPipe
- Returns - Typed text
- EzMathPipe
- Returns - Calculated Value
- Options
- sqrt
- pow - need a
number
as value - round
- ceil
- floor
- trunc
- abs
- fahrenheit2celsius
- celsius2fahrenheit
- EzNumberPipe
-
Angular built in pipes View Doc
- CurrencyPipe
- DatePipe
- DecimalPipe
- PercentPipe
- LowerCasePipe
- UpperCasePipe
- SlicePipe
- JsonPipe
- AsyncPipe
- I18nPluralPipe
- I18nSelectPipe
- KeyValuePipe
- TitleCasePipe