Kind: Class
Source: Frontend/src/app/models/person/accounts.model.ts (line 26)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Address | string |
City | string |
Country | string |
Email | string |
FullName | string |
ID | number |
IsClient | boolean |
IsPrincipal | boolean |
IsSubsupplier | boolean |
Name | string |
Used by
38 references from 38 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (38)
MrqDetailsComponent—Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts:1BlogsComponent—Frontend/src/app/components/blogs/blogs.component.ts:1UsersLayoutsListComponent—Frontend/src/app/components/configuration/default-layouts/users-layouts-list/users-layouts-list.component.ts:1ManageAccountsComponent—Frontend/src/app/components/configuration/manage-accounts/manage-accounts.component.ts:1ProductsDetailsComponent—Frontend/src/app/components/configuration/products/products-details/products-details.component.ts:1InvoiceDetailsComponent—Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts:1LettersOfGuarantiesDetailsComponent—Frontend/src/app/components/letters-of-guaranties/letters-of-guaranties-details/letters-of-guaranties-details.component.ts:1ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1
…and 30 more.
Was this page helpful?