refactor admin module lazy routing
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
2 import {AdminFundingAgenciesStateModel} from "@admin/stores/funding-agency/admin-funding-agencies.state"; 3 import { 4 ChangeDetectionStrategy, 5 Component, 6 Inject, 7 } from "@angular/core"; 8 import { 9 MAT_DIALOG_DATA, 10 MatDialogRef, 11 } from "@angular/material"; 12 import {SharedAbstractDeleteDialog} from "@app/shared/components/dialogs/shared-abstract-delete/shared-abstract-delete.dialog"; 13 import {LocalStateEnum} from "@app/shared/enums/local-state.enum"; 14 import {DeleteDialog} from "@app/shared/models/delete-dialog.model"; 1 import {adminFundingAgenciesActionNameSpace} from "@admin/funding-agencies/stores/admin-funding-agencies.action"; 2 import {AdminFundingAgenciesStateModel} from "@admin/funding-agencies/stores/admin-funding-agencies.state"; 3 import {ChangeDetectionStrategy, Component, Inject,} from "@angular/core"; Apply formatting on all file => https://doc.unige.ch/display/DLCM/Style+Guide#StyleGuide-Angular.
All .ts file are TSLint invalid due to comma at the end (ex:
Inject,}
)Edited by Florent Poittevinchanged this line in version 2 of the diff
- Edited by Florent Poittevin
added 2 commits
added 1 commit
- 0ef29594 - fix: add missing folders, rename folder and file, remove breadcrumb list data
Please register or sign in to reply