From 04a16cb723c1aebac6e067bc6f9f2d4b0f370b53 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:53:22 -0700 Subject: [PATCH] Add missing import --- .../manage/correspondent-list/correspondent-list.component.ts | 3 ++- .../manage/document-type-list/document-type-list.component.ts | 3 ++- .../manage/storage-path-list/storage-path-list.component.ts | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.ts b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.ts index 4ba7de689..0131ac992 100644 --- a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.ts +++ b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.ts @@ -1,4 +1,4 @@ -import { NgClass, TitleCasePipe } from '@angular/common' +import { NgClass, NgTemplateOutlet, TitleCasePipe } from '@angular/common' import { Component, inject } from '@angular/core' import { FormsModule, ReactiveFormsModule } from '@angular/forms' import { @@ -30,6 +30,7 @@ import { ManagementListComponent } from '../management-list/management-list.comp FormsModule, ReactiveFormsModule, NgClass, + NgTemplateOutlet, NgbDropdownModule, NgbPaginationModule, NgxBootstrapIconsModule, diff --git a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.ts b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.ts index cbb2c576e..21a4779e9 100644 --- a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.ts +++ b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.ts @@ -1,4 +1,4 @@ -import { NgClass, TitleCasePipe } from '@angular/common' +import { NgClass, NgTemplateOutlet, TitleCasePipe } from '@angular/common' import { Component, inject } from '@angular/core' import { FormsModule, ReactiveFormsModule } from '@angular/forms' import { @@ -28,6 +28,7 @@ import { ManagementListComponent } from '../management-list/management-list.comp FormsModule, ReactiveFormsModule, NgClass, + NgTemplateOutlet, NgbDropdownModule, NgbPaginationModule, NgxBootstrapIconsModule, diff --git a/src-ui/src/app/components/manage/storage-path-list/storage-path-list.component.ts b/src-ui/src/app/components/manage/storage-path-list/storage-path-list.component.ts index 5cab89bef..346d956e8 100644 --- a/src-ui/src/app/components/manage/storage-path-list/storage-path-list.component.ts +++ b/src-ui/src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -1,4 +1,4 @@ -import { NgClass, TitleCasePipe } from '@angular/common' +import { NgClass, NgTemplateOutlet, TitleCasePipe } from '@angular/common' import { Component, inject } from '@angular/core' import { FormsModule, ReactiveFormsModule } from '@angular/forms' import { @@ -30,6 +30,7 @@ import { ManagementListComponent } from '../management-list/management-list.comp FormsModule, ReactiveFormsModule, NgClass, + NgTemplateOutlet, NgbDropdownModule, NgbPaginationModule, NgxBootstrapIconsModule,