Skip to content

Commit

Permalink
feat(Application):added searhc bei user id
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed May 3, 2024
1 parent e0954d3 commit 5474c20
Show file tree
Hide file tree
Showing 6 changed files with 3,227 additions and 3,225 deletions.
6 changes: 5 additions & 1 deletion src/app/facility_manager/facilitymanager.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
import { NgbPaginationModule, NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
import { NgSelectModule } from '@ng-select/ng-select';
import { AlertComponent, BadgeComponent } from '@coreui/angular';
import {
AlertComponent, BadgeComponent, ButtonDirective, InputGroupComponent,
} from '@coreui/angular';
import { TooltipModule } from 'ngx-bootstrap/tooltip';
import { FacilityProjectsOverviewComponent } from '../facility_manager/facilityprojectsoverview.component';
import { ImageTagComponent } from '../facility_manager/imagetags.component';
Expand Down Expand Up @@ -48,6 +50,8 @@ import { SharedModuleModule } from '../shared/shared_modules/shared-module.modul
AlertComponent,
BadgeComponent,
TooltipModule,
InputGroupComponent,
ButtonDirective,
],
declarations: [
FacilityProjectsOverviewComponent,
Expand Down
Loading

0 comments on commit 5474c20

Please sign in to comment.