# CallActivityComponent

**Kind:** Component

**Source:** `Frontend/src/app/components/dashboard/my-desk/activities/call-activity/call-activity.component.ts` (line 1)

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

## Diagram

```mermaid
graph TD
    component_CallActivityComponent_6f1ab370["CallActivityComponent"]
    class component_CallActivityComponent_6f1ab370 rootComponent
```

## Relationships

- IMPORTS → `Activities`
- IMPORTS → `ActivityLocation`
- IMPORTS → `CallTypes`
- IMPORTS → `ActivityParticipant`
- IMPORTS → `ActivityTypesEnum`
- IMPORTS → `ActivityStatusEnum`
- IMPORTS → `ActivitiesService`
- IMPORTS → `ResponsibaleCompanies`
- IMPORTS → `TaskPrioritiesService`
- IMPORTS → `Priority`
- IMPORTS → `AppSettings`
- IMPORTS → `Tag`
- IMPORTS → `Reminder`
- IMPORTS → `Person`
- IMPORTS → `PersonService`
- IMPORTS → `ContactPersonService`
- IMPORTS → `AccountsService`
- IMPORTS → `NewJobService`
- IMPORTS → `ProjectService`
- IMPORTS → `InvoicesService`
- IMPORTS → `LettersOfGuarantiesService`

## Used by

5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (5)

- `CoreBusinessModule` — `Frontend/src/app/components/core-business/core-business.module.ts`:1
- `NewActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts`:1
- `MyDeskColumnsViewComponent` — `Frontend/src/app/components/dashboard/my-desk/my-desk-columns-view/my-desk-columns-view.component.ts`:1
- `MyDeskComponent` — `Frontend/src/app/components/dashboard/my-desk/my-desk.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
