File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -290,10 +290,12 @@ import {
290
290
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component' ;
291
291
import { NgxPaginationModule } from 'ngx-pagination' ;
292
292
import { ThemedLangSwitchComponent } from './lang-switch/themed-lang-switch.component' ;
293
- import { ThemedUserMenuComponent } from './auth-nav-menu/user-menu/themed-user-menu.component' ;
293
+ import { ThemedUserMenuComponent } from './auth-nav-menu/user-menu/themed-user-menu.component' ;
294
294
import { HtmlContentService } from './html-content.service' ;
295
295
import { ClarinSafeHtmlPipe } from './utils/clarin-safehtml.pipe' ;
296
296
import { ReplacePipe } from './utils/replace.pipe' ;
297
+ import { ClarinDateService } from './clarin-date.service' ;
298
+ import { ItemIdentifierService } from './item-identifier.service' ;
297
299
298
300
const MODULES = [
299
301
CommonModule ,
@@ -493,7 +495,9 @@ const PROVIDERS = [
493
495
TruncatableService ,
494
496
MockAdminGuard ,
495
497
AbstractTrackableComponent ,
496
- HtmlContentService
498
+ HtmlContentService ,
499
+ ClarinDateService ,
500
+ ItemIdentifierService
497
501
] ;
498
502
499
503
const DIRECTIVES = [
You can’t perform that action at this time.
0 commit comments