fix(common): export currencies via getCurrencySymbol
(#20983)
PR Close #20983
This commit is contained in:

committed by
Kara Erickson

parent
2fc4cf67be
commit
fecf768f43
@ -122,6 +122,7 @@ import {beforeEach, describe, expect, it} from '@angular/core/testing/src/testin
|
||||
expect(pipe.transform(5.1234, 'CAD', 'symbol-narrow', '5.2-2')).toEqual('$00,005.12');
|
||||
expect(pipe.transform(5.1234, 'CAD', 'symbol-narrow', '5.2-2', 'fr'))
|
||||
.toEqual('00 005,12 $');
|
||||
expect(pipe.transform(5.1234, 'FAKE', 'symbol')).toEqual('FAKE5.12');
|
||||
});
|
||||
|
||||
it('should not support other objects', () => {
|
||||
|
Reference in New Issue
Block a user