Kind: Class
Source: Frontend/src/app/models/common/currency.model.ts (line 1)
Part of: Frontend
Properties
| Property | Type |
|---|---|
CurrencyCode | string |
Name | string |
Symbol | string |
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
CompanyCurrencyComponent—Frontend/src/app/components/configuration/commercial/company-currency/company-currency.component.ts:1BranchDetailsComponent—Frontend/src/app/components/configuration/company/main-branch/branch-details.component.ts:1CurrencyRate—Frontend/src/app/components/payments/payment-details/payment-details.component.ts:1RegisterComponent—Frontend/src/app/components/security/register/register.component.ts:1CurrencyPickerComponent—Frontend/src/app/components/shared/currency-picker/currency-picker.component.ts:1CurrencyService—Frontend/src/app/services/common/currency.service.ts:1
Was this page helpful?