prd-cdk
v1.1.3
Published
Library to be used internally for prd projects
Readme
PrdCdk
Library to be used internally for prd projects
Contains Angular pipes, components and RxJS functions
directives
prdExpressionInput
Usage: input[prdExpressionInput]
exportAs: 'prdExpressionInput'
allowCommaSeparator = input(false, { transform: booleanAttribute, alias: 'prdExpressionNoComma', });
onBlurAction = input('calculate', { alias: 'prdExpressionInputOnBlur', });
type OnBlurAction = 'ignore' | 'calculate';
pipes
- filesize
- hideZero
- shortenText
- plusSign - adds '+' to positive values
RxJS
- cacheWithUpdate
- log
