mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DURACOM-191] fix item submission
This commit is contained in:
@@ -36,6 +36,7 @@ import { metadataRepresentations } from './core/provide-metadata-representation'
|
||||
import { renderStartsWith } from './core/provide-render-starts-with';
|
||||
import { renderBrowseBy } from './core/provide-render-browse-by';
|
||||
import { renderAuthMethod } from './core/provide-render-auth-method';
|
||||
import { NgxMaskModule } from 'ngx-mask';
|
||||
|
||||
export function getConfig() {
|
||||
return environment;
|
||||
@@ -119,6 +120,7 @@ const PROVIDERS = [
|
||||
imports: [
|
||||
BrowserModule.withServerTransition({appId: 'dspace-angular'}),
|
||||
...IMPORTS,
|
||||
NgxMaskModule.forRoot(),
|
||||
ThemedRootComponent
|
||||
],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user