mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix pipeline (#2103)
* recreate package base * package lock * npm run doc command fix
This commit is contained in:
committed by
Eugenio Romano
parent
a2ee6adf95
commit
59d9b66908
@@ -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