mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix pipeline (#2103)
* recreate package base * package lock * npm run doc command fix
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
- [Process Instance Details Header component](#process-instance-details-header-component)
|
||||
* [Properties](#properties-4)
|
||||
* [Events](#events-4)
|
||||
- [ProcessInstanceModel](#processinstancemodel)
|
||||
- [Process Instance Tasks component](#process-instance-tasks-component)
|
||||
* [Properties](#properties-5)
|
||||
* [Events](#events-5)
|
||||
|
@@ -16,15 +16,15 @@
|
||||
*/
|
||||
|
||||
import { ModuleWithProviders, NgModule } from '@angular/core';
|
||||
import {
|
||||
MdProgressSpinnerModule,
|
||||
import {
|
||||
MdButtonModule,
|
||||
MdCardModule,
|
||||
MdInputModule,
|
||||
MdProgressSpinnerModule,
|
||||
MdSelectModule } from '@angular/material';
|
||||
import { ActivitiFormModule } from 'ng2-activiti-form';
|
||||
import { ActivitiTaskListModule } from 'ng2-activiti-tasklist';
|
||||
import { CoreModule, CardViewUpdateService } from 'ng2-alfresco-core';
|
||||
import { CardViewUpdateService, CoreModule } from 'ng2-alfresco-core';
|
||||
import { DataTableModule } from 'ng2-alfresco-datatable';
|
||||
|
||||
import { CreateProcessAttachmentComponent } from './src/components/create-process-attachment.component';
|
||||
|
Reference in New Issue
Block a user