# ContactsComponent

**Kind:** Component

**Source:** `Frontend/src/app/components/market/contacts/contacts.component.ts` (line 1)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Diagram

```mermaid
graph TD
    component_ContactsComponent_171846eb["ContactsComponent"]
    class component_ContactsComponent_171846eb rootComponent
```

## Relationships

- IMPORTS → `ContactInfo`
- IMPORTS → `ContactPersonService`
- IMPORTS → `ContactPersons`
- IMPORTS → `AccountsService`
- IMPORTS → `Client`
- IMPORTS → `Supplier`
- IMPORTS → `AuthService`
- IMPORTS → `ListOfNewResponse`
- IMPORTS → `AppSettings`
- IMPORTS → `SubscriptionPackagesEnum`
- IMPORTS → `RightButtonsComponent`
- IMPORTS → `ContactViewEditComponent`
- IMPORTS → `EnumPagename`
- IMPORTS → `AlertsService`
- IMPORTS → `SharedPopupComponent`
- IMPORTS → `environment`

## 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)

- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `ContactsModule` — `Frontend/src/app/components/market/contacts.module.ts`:1
- `MarketComponentsModule` — `Frontend/src/app/components/market/market-components.module.ts`:1
- `MarketModule` — `Frontend/src/app/components/market/market.module.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `NewProject` — `Frontend/src/app/components/market/projects/newProject.ts`:52
