Add currency detail field component

- Add Component for detail mode
- Add currencyFormatPipe that extends currency pipe
- Register components in dynamic components manifest
- Expose currency user preference
-- Add mapper to retrieve the need currency info
- Expose currency system config
-- Add mapper to retrieve the needed currency info
- Add sample usage to list view
- Add karma/jasmine tests
- Add codeception unit tests
This commit is contained in:
Clemente Raposo 2020-06-03 11:23:38 +01:00 committed by Dillon-Brown
parent b7058db8cd
commit b2dbb79cdd
26 changed files with 713 additions and 135 deletions

View file

@ -14,3 +14,4 @@ parameters:
default_currency_significant_digits: true
datef: true
timef: true
currency: true