Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Sep 4, 2024
1 parent 92ee815 commit 67c2573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BrowserModule, Title } from '@angular/platform-browser'
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'
import { TabsModule } from 'ngx-bootstrap/tabs'
import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
import { NgChartsModule } from 'ng2-charts'
import { provideCharts, withDefaultRegisterables } from 'ng2-charts'
import { ModalModule } from 'ngx-bootstrap/modal'
import { PaginationModule } from 'ngx-bootstrap/pagination'
import { ClipboardModule } from 'ngx-clipboard'
Expand Down Expand Up @@ -73,7 +73,6 @@ import { TitleService } from './title.service'
CommonModule,
BsDropdownModule.forRoot(),
TabsModule.forRoot(),
NgChartsModule,
ModalModule.forRoot(),
PaginationModule.forRoot(),
SharedModuleModule,
Expand Down Expand Up @@ -110,6 +109,7 @@ import { TitleService } from './title.service'
provide: ErrorHandler,
useClass: UncaughtExceptionHandler
},
provideCharts(withDefaultRegisterables()),
ApiSettings,
UserService,
CookieService,
Expand Down
2 changes: 0 additions & 2 deletions src/app/projectmanagement/projectmanagement.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { CommonModule } from '@angular/common'
import { ModalModule } from 'ngx-bootstrap/modal'
import { FormsModule } from '@angular/forms'
import { AccordionModule } from 'ngx-bootstrap/accordion'
import { NgChartsModule } from 'ng2-charts'
import { BsDropdownModule } from 'ngx-bootstrap/dropdown'
import { AlertModule } from 'ngx-bootstrap/alert'
import { NgSelectModule } from '@ng-select/ng-select'
Expand Down Expand Up @@ -40,7 +39,6 @@ import { WithdrawModalComponent } from './modals/withdraw/withdraw-modal.compone
ModalModule.forRoot(),
ApplicationsModule,
SharedDirectivesModule,
NgChartsModule,
PipeModuleModule,
BsDropdownModule,
AlertModule,
Expand Down

0 comments on commit 67c2573

Please sign in to comment.