# NewTasksComponent

**Kind:** Component

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

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

## Diagram

```mermaid
graph TD
    component_NewTasksComponent_4d56dff0["NewTasksComponent"]
    class component_NewTasksComponent_4d56dff0 rootComponent
```

## Relationships

- IMPORTS → `AppSettings`
- IMPORTS → `SubscriptionPackagesEnum`
- IMPORTS → `TaskReminderService`
- IMPORTS → `PreviousPageService`
- IMPORTS → `SharedPopupComponent`
- IMPORTS → `SharedAttachedDocsComponent`
- IMPORTS → `File`
- IMPORTS → `GeneralListView`
- IMPORTS → `FilesComponent`
- IMPORTS → `FilesPortService`
- IMPORTS → `FilesService`
- IMPORTS → `AlertsService`
- IMPORTS → `checkChanges`
- IMPORTS → `Activities`
- IMPORTS → `ActivityLocation`
- IMPORTS → `ActivityParticipant`
- IMPORTS → `ActivityPurpose`
- IMPORTS → `ActivityTypesEnum`
- IMPORTS → `Task`
- IMPORTS → `followTypes`
- IMPORTS → `TaskStatusEnum`
- IMPORTS → `LastAssigneeHistory`
- IMPORTS → `Status`
- IMPORTS → `Person`
- IMPORTS → `Tag`
- IMPORTS → `RelatedToTypes`
- IMPORTS → `TaskFollower`
- IMPORTS → `Comment`
- IMPORTS → `ActivitiesService`
- IMPORTS → `StatusService`
- IMPORTS → `PersonService`
- IMPORTS → `TaskService`
- IMPORTS → `TaskPrioritiesService`
- IMPORTS → `CommentsService`
- IMPORTS → `AuthService`
- IMPORTS → `NewActivityComponent`
- IMPORTS → `Activities2Component`
- IMPORTS → `TasksComponent`
- IMPORTS → `EmployeeService`
- IMPORTS → `ComponentCanDeactivate`
- IMPORTS → `Notifications`
- IMPORTS → `NotficationsService`
- IMPORTS → `RequestTypeEnum`
- IMPORTS → `LogHistoryModulesEnum`
- IMPORTS → `RecentlyOpenedService`
- IMPORTS → `environment`
- IMPORTS → `LogHistoryComponent`
- IMPORTS → `AccountsService`
- IMPORTS → `NewJobService`
- IMPORTS → `ProjectService`
- IMPORTS → `InvoicesService`
- IMPORTS → `LettersOfGuarantiesService`
- IMPORTS → `ContactPersonService`

## Used by

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

### Imported by (8)

- `CoreBusinessModule` — `Frontend/src/app/components/core-business/core-business.module.ts`:1
- `DashboardModule` — `Frontend/src/app/components/dashboard/dashboard.module.ts`:1
- `TopicComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.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
- `TasksRouteModule` — `Frontend/src/app/components/dashboard/tasks-route.module.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
