Skip to content
Snippets Groups Projects

refactor admin module lazy routing

Merged Homada.Boumedane requested to merge refactor/refactor_admin_module_lazy_routing into master
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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";
  • I have applied the style, but still got the comma at the end of imports !!

  • added 1 commit

    • a1e62144 - style(dlcm-portal): code style

    Compare with previous version

  • added 4 commits

    • 889390c8 - 1 commit from branch master
    • f2905080 - chore(dlcm-portal): translation
    • 746e27e7 - refactor(dlcm-portal): lazy loading
    • 63059807 - style(dlcm-portal): code style

    Compare with previous version

  • image

    Same error for all others

    Edited by Florent Poittevin
  • Homada.Boumedane added 2 commits

    added 2 commits

    • 61440823 - chore(dlcm-portal): translation
    • cb169268 - refactor(dlcm-portal): deactivate guard

    Compare with previous version

  • added 6 commits

    • 9bf815dc - 1 commit from branch master
    • 3557674d - chore(dlcm-portal): translation
    • 712907aa - refactor(dlcm-portal): lazy loading
    • 49ead48c - style(dlcm-portal): code style
    • 1e5e144d - chore(dlcm-portal): translation
    • cf60758d - refactor(dlcm-portal): deactivate guard

    Compare with previous version

  • added 1 commit

    • 0ef29594 - fix: add missing folders, rename folder and file, remove breadcrumb list data

    Compare with previous version

  • Please register or sign in to reply
    Loading