Remove unused module on the frontend
This commit is contained in:
parent
b9f8d2e162
commit
c6fea04fb4
|
@ -31,7 +31,6 @@
|
|||
"file-saver": "^2.0.5",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.33",
|
||||
"ng-dialog-animation": "^9.0.4",
|
||||
"ng2-dragula": "^2.1.1",
|
||||
"ngx-cookie-service": "^12.0.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 { GuidedTourService } from '@app/library/guided-tour/guided-tour.service';
|
||||
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 { MatomoService } from '@app/core/services/matomo/matomo-service';
|
||||
|
||||
|
@ -75,7 +75,7 @@ export class DmpListingComponent extends BaseComponent implements OnInit, IBread
|
|||
private dmpService: DmpService,
|
||||
private router: Router,
|
||||
private route: ActivatedRoute,
|
||||
public dialogAnimation: NgDialogAnimationService,
|
||||
//public dialogAnimation: NgDialogAnimationService,
|
||||
public dialog: MatDialog,
|
||||
public enumUtils: EnumUtils,
|
||||
private language: TranslateService,
|
||||
|
|
|
@ -9,7 +9,7 @@ import { CommonFormsModule } from '@common/forms/common-forms.module';
|
|||
import { CommonUiModule } from '@common/ui/common-ui.module';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { CloneDialogModule } from '../clone/clone-dialog/clone-dialog.module';
|
||||
import { NgDialogAnimationService } from 'ng-dialog-animation';
|
||||
//import { NgDialogAnimationService } from 'ng-dialog-animation';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -27,7 +27,7 @@ import { NgDialogAnimationService } from 'ng-dialog-animation';
|
|||
DmpOverviewComponent
|
||||
],
|
||||
providers: [
|
||||
NgDialogAnimationService
|
||||
//NgDialogAnimationService
|
||||
]
|
||||
})
|
||||
export class DmpOverviewModule { }
|
||||
|
|
Loading…
Reference in New Issue