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:
@@ -19,12 +19,12 @@ import { SimpleChange } from '@angular/core';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
|
||||
import { FormModule } from '@alfresco/core';
|
||||
import { CommentProcessService } from '@alfresco/core';
|
||||
import { FormModule } from '@alfresco/adf-core';
|
||||
import { CommentProcessService } from '@alfresco/adf-core';
|
||||
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { MatInputModule } from '@angular/material';
|
||||
import { PeopleProcessService } from '@alfresco/core';
|
||||
import { PeopleProcessService } from '@alfresco/adf-core';
|
||||
import { TaskListService } from '../task-list/services/tasklist.service';
|
||||
import { CommentListComponent } from './comment-list.component';
|
||||
import { CommentsComponent } from './comments.component';
|
||||
|
Reference in New Issue
Block a user