mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix prefix adf- import (#2657)
* fix prefix adf- import * missing conf file prefix replacement * fix demo shell start
This commit is contained in:
@@ -22,7 +22,7 @@ import { MatInputModule } from '@angular/material';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
|
||||
import { CommentListComponent, CommentsComponent } from '../index';
|
||||
import { CommentProcessService, PeopleProcessService } from '@alfresco/core';
|
||||
import { CommentProcessService, PeopleProcessService } from '@alfresco/adf-core';
|
||||
|
||||
import { ProcessService } from '../process-list/services/process.service';
|
||||
import { ProcessCommentsComponent } from './process-comments.component';
|
||||
|
Reference in New Issue
Block a user