[DURACOM-191] Remove register-email-form.module, form.module, shared-browse-by.module and process-page-shared.module

This commit is contained in:
Giuseppe Digilio
2024-03-14 14:11:55 +01:00
parent e153ca3e89
commit cb44f0a098
22 changed files with 29 additions and 464 deletions

View File

@@ -30,7 +30,6 @@ import {
import {
APP_CONFIG,
APP_DATA_SERVICES_MAP,
APP_DYNAMIC_FORM_CONTROL_FN,
AppConfig,
} from '../config/app-config.interface';
import { environment } from '../environments/environment';
@@ -46,6 +45,7 @@ import { dsDynamicFormControlMapFn } from './shared/form/builder/ds-dynamic-form
import { MenuService } from './shared/menu/menu.service';
import { ThemeService } from './shared/theme-support/theme.service';
import { Angulartics2DSpace } from './statistics/angulartics/dspace-provider';
import { DYNAMIC_FORM_CONTROL_MAP_FN } from '@ng-dynamic-forms/core';
/**
* Performs the initialization of the app.
@@ -117,7 +117,7 @@ export abstract class InitService {
useValue: LAZY_DATA_SERVICES,
},
{
provide: APP_DYNAMIC_FORM_CONTROL_FN,
provide: DYNAMIC_FORM_CONTROL_MAP_FN,
useValue: dsDynamicFormControlMapFn,
},
];