Newer
Older
import { CustomSnackbarComponent, NotificationService } from './notification.service';
import { ConfirmModalComponent } from './confirmModal.component';
import { FiltersListService } from '../service/filtersList.service';
import { AppRoutingModule } from './app-routing.module';
import { AdministrationModule } from './administration/administration.module';
import { AboutUsComponent } from './about-us.component';

Alex ORLUC
committed
import { HomeComponent } from './home/home.component';
import { MaarchParapheurListComponent } from './home/maarch-parapheur/maarch-parapheur-list.component';
import { BasketListComponent } from './list/basket-list.component';
import { ProcessComponent } from './process/process.component';
import { PasswordModificationComponent, InfoChangePasswordModalComponent, } from './password-modification.component';
import { SignatureBookComponent, SafeUrlPipe } from './signature-book.component';
import { SaveNumericPackageComponent } from './save-numeric-package.component';
import { ActivateUserComponent } from './activate-user.component';
import { ActionsListComponent } from './actions/actions-list.component';
import { FolderPinnedComponent } from './folder/folder-pinned/folder-pinned.component';
import { FolderTreeComponent } from './folder/folder-tree.component';
import { FolderDocumentListComponent } from './folder/document-list/folder-document-list.component';
import { PanelFolderComponent } from './folder/panel/panel-folder.component';
import { FolderMenuComponent } from './folder/folder-menu/folder-menu.component';
import { FolderUpdateComponent } from './folder/folder-update/folder-update.component';
import { FolderActionListComponent } from './folder/folder-action-list/folder-action-list.component';
/*ACTIONS PAGES */
import { ConfirmActionComponent } from './actions/confirm-action/confirm-action.component';
import { DisabledBasketPersistenceActionComponent } from './actions/disabled-basket-persistence-action/disabled-basket-persistence-action.component';
import { EnabledBasketPersistenceActionComponent } from './actions/enabled-basket-persistence-action/enabled-basket-persistence-action.component';
import { ResMarkAsReadActionComponent } from './actions/res-mark-as-read-action/res-mark-as-read-action.component';
import { CloseMailActionComponent } from './actions/close-mail-action/close-mail-action.component';
import { UpdateAcknowledgementSendDateActionComponent } from './actions/update-acknowledgement-send-date-action/update-acknowledgement-send-date-action.component';
import { CreateAcknowledgementReceiptActionComponent } from './actions/create-acknowledgement-receipt-action/create-acknowledgement-receipt-action.component';
import { CloseAndIndexActionComponent } from './actions/close-and-index-action/close-and-index-action.component';
import { UpdateDepartureDateActionComponent } from './actions/update-departure-date-action/update-departure-date-action.component';
import { SendExternalSignatoryBookActionComponent } from './actions/send-external-signatory-book-action/send-external-signatory-book-action.component';
import { SendExternalNoteBookActionComponent } from './actions/send-external-note-book-action/send-external-note-book-action.component';
import { XParaphComponent } from './actions/send-external-signatory-book-action/x-paraph/x-paraph.component';
import { MaarchParaphComponent } from './actions/send-external-signatory-book-action/maarch-paraph/maarch-paraph.component';
import { ProcessActionComponent } from './actions/process-action/process-action.component';
import { ViewDocActionComponent } from './actions/view-doc-action/view-doc-action.component';
import { RedirectActionComponent } from './actions/redirect-action/redirect-action.component';
import { SendShippingActionComponent } from './actions/send-shipping-action/send-shipping-action.component';
import { FiltersListComponent } from './list/filters/filters-list.component';
import { FiltersToolComponent } from './list/filters/filters-tool.component';
import { ToolsListComponent } from './list/tools/tools-list.component';
import { PanelListComponent } from './list/panel/panel-list.component';
import { SummarySheetComponent } from './list/summarySheet/summary-sheet.component';
import { ExportComponent } from './list/export/export.component';
import { NoteEditorComponent } from './notes/note-editor.component';
import { NotesListComponent } from './notes/notes.component';
import { AttachmentsListComponent } from './attachments/attachments-list.component';
import { VisaWorkflowComponent } from './visa/visa-workflow.component';
import { AvisWorkflowComponent } from './avis/avis-workflow.component';
import { PrintSeparatorComponent } from './separator/print-separator/print-separator.component';
import { IndexationComponent } from './indexation/indexation.component';
import { HistoryWorkflowResumeComponent } from './history/history-workflow-resume/history-workflow-resume.component';
import { NoteResumeComponent } from './notes/note-resume/note-resume.component';
import { AttachmentShowModalComponent } from './attachments/attachment-show-modal/attachment-show-modal.component';
import { AttachmentsResumeComponent } from './attachments/attachments-resume/attachments-resume.component';
import { AttachmentPageComponent } from './attachments/attachments-page/attachment-page.component';
import { AttachmentCreateComponent } from './attachments/attachment-create/attachment-create.component';
import { MailResumeComponent } from './mail/mail-resume/mail-resume.component';

Alex ORLUC
committed
import { AddPrivateIndexingModelModalComponent } from './indexation/private-indexing-model/add-private-indexing-model-modal.component';
import { FoldersService } from './folder/folders.service';
import { PrivilegeService } from '../service/privileges.service';
import { ActionsService } from './actions/actions.service';
imports: [
AdministrationModule,
AppRoutingModule,
],
declarations: [
AppComponent,
ProfileComponent,

Alex ORLUC
committed
MaarchParapheurListComponent,
BasketListComponent,
SignatureBookComponent,
VisaWorkflowComponent,
AvisWorkflowComponent,
ExportComponent,
ConfirmActionComponent,
ResMarkAsReadActionComponent,
EnabledBasketPersistenceActionComponent,
DisabledBasketPersistenceActionComponent,
CloseAndIndexActionComponent,
UpdateAcknowledgementSendDateActionComponent,
CreateAcknowledgementReceiptActionComponent,
UpdateDepartureDateActionComponent,
SendExternalSignatoryBookActionComponent,
SendExternalNoteBookActionComponent,
XParaphComponent,
MaarchParaphComponent,
SendShippingActionComponent,
FolderDocumentListComponent,
FolderMenuComponent,

Alex ORLUC
committed
IndexationComponent,
HistoryWorkflowResumeComponent,
NoteResumeComponent,
AttachmentsResumeComponent,
AttachmentPageComponent,
AttachmentCreateComponent,
AddPrivateIndexingModelModalComponent,
AttachmentShowModalComponent,
MailResumeComponent
],
entryComponents: [
ConfirmActionComponent,
ResMarkAsReadActionComponent,
EnabledBasketPersistenceActionComponent,
DisabledBasketPersistenceActionComponent,
CloseAndIndexActionComponent,
UpdateAcknowledgementSendDateActionComponent,
CreateAcknowledgementReceiptActionComponent,
UpdateDepartureDateActionComponent,
SendExternalSignatoryBookActionComponent,
SendExternalNoteBookActionComponent,
SendShippingActionComponent,
ViewDocActionComponent,

Alex ORLUC
committed
FolderUpdateComponent,
AddPrivateIndexingModelModalComponent,
AttachmentPageComponent,
AttachmentCreateComponent,
AttachmentShowModalComponent
providers: [ FiltersListService, FoldersService, ActionsService, NotificationService, PrivilegeService ],