Remove unused module on the frontend
This commit is contained in:
parent
912a3cc095
commit
4373d6db61
|
@ -31,7 +31,6 @@
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"moment-timezone": "^0.5.33",
|
"moment-timezone": "^0.5.33",
|
||||||
"ng-dialog-animation": "^9.0.4",
|
|
||||||
"ng2-dragula": "^2.1.1",
|
"ng2-dragula": "^2.1.1",
|
||||||
"ngx-cookie-service": "^12.0.3",
|
"ngx-cookie-service": "^12.0.3",
|
||||||
"ngx-cookieconsent": "^2.2.3",
|
"ngx-cookieconsent": "^2.2.3",
|
||||||
|
|
|
@ -28,7 +28,7 @@ import { DmpCriteriaDialogComponent } from './criteria/dmp-criteria-dialog.compo
|
||||||
import { RecentActivityOrder } from '@app/core/common/enum/recent-activity-order';
|
import { RecentActivityOrder } from '@app/core/common/enum/recent-activity-order';
|
||||||
import { GuidedTourService } from '@app/library/guided-tour/guided-tour.service';
|
import { GuidedTourService } from '@app/library/guided-tour/guided-tour.service';
|
||||||
import { GuidedTour, Orientation } from '@app/library/guided-tour/guided-tour.constants';
|
import { GuidedTour, Orientation } from '@app/library/guided-tour/guided-tour.constants';
|
||||||
import { NgDialogAnimationService } from "ng-dialog-animation";
|
//import { NgDialogAnimationService } from "ng-dialog-animation";
|
||||||
import { HttpClient } from '@angular/common/http';
|
import { HttpClient } from '@angular/common/http';
|
||||||
import { MatomoService } from '@app/core/services/matomo/matomo-service';
|
import { MatomoService } from '@app/core/services/matomo/matomo-service';
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ export class DmpListingComponent extends BaseComponent implements OnInit, IBread
|
||||||
private dmpService: DmpService,
|
private dmpService: DmpService,
|
||||||
private router: Router,
|
private router: Router,
|
||||||
private route: ActivatedRoute,
|
private route: ActivatedRoute,
|
||||||
public dialogAnimation: NgDialogAnimationService,
|
//public dialogAnimation: NgDialogAnimationService,
|
||||||
public dialog: MatDialog,
|
public dialog: MatDialog,
|
||||||
public enumUtils: EnumUtils,
|
public enumUtils: EnumUtils,
|
||||||
private language: TranslateService,
|
private language: TranslateService,
|
||||||
|
|
|
@ -9,7 +9,7 @@ import { CommonFormsModule } from '@common/forms/common-forms.module';
|
||||||
import { CommonUiModule } from '@common/ui/common-ui.module';
|
import { CommonUiModule } from '@common/ui/common-ui.module';
|
||||||
import { RouterModule } from '@angular/router';
|
import { RouterModule } from '@angular/router';
|
||||||
import { CloneDialogModule } from '../clone/clone-dialog/clone-dialog.module';
|
import { CloneDialogModule } from '../clone/clone-dialog/clone-dialog.module';
|
||||||
import { NgDialogAnimationService } from 'ng-dialog-animation';
|
//import { NgDialogAnimationService } from 'ng-dialog-animation';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
@ -27,7 +27,7 @@ import { NgDialogAnimationService } from 'ng-dialog-animation';
|
||||||
DmpOverviewComponent
|
DmpOverviewComponent
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
NgDialogAnimationService
|
//NgDialogAnimationService
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class DmpOverviewModule { }
|
export class DmpOverviewModule { }
|
||||||
|
|
Loading…
Reference in New Issue