Skip to content

Commit

Permalink
Added missing services into shared module.
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Mar 20, 2024
1 parent b359732 commit 186895a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,12 @@ import {
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component';
import { NgxPaginationModule } from 'ngx-pagination';
import { ThemedLangSwitchComponent } from './lang-switch/themed-lang-switch.component';
import {ThemedUserMenuComponent} from './auth-nav-menu/user-menu/themed-user-menu.component';
import { ThemedUserMenuComponent } from './auth-nav-menu/user-menu/themed-user-menu.component';
import { HtmlContentService } from './html-content.service';
import { ClarinSafeHtmlPipe } from './utils/clarin-safehtml.pipe';
import { ReplacePipe } from './utils/replace.pipe';
import { ClarinDateService } from './clarin-date.service';
import { ItemIdentifierService } from './item-identifier.service';

const MODULES = [
CommonModule,
Expand Down Expand Up @@ -493,7 +495,9 @@ const PROVIDERS = [
TruncatableService,
MockAdminGuard,
AbstractTrackableComponent,
HtmlContentService
HtmlContentService,
ClarinDateService,
ItemIdentifierService
];

const DIRECTIVES = [
Expand Down

0 comments on commit 186895a

Please sign in to comment.