mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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:
@@ -15,8 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { DataTableComponent } from '@alfresco/core';
|
||||
import { DataColumnListComponent, UserProcessModel } from '@alfresco/core';
|
||||
import { DataTableComponent } from '@alfresco/adf-core';
|
||||
import { DataColumnListComponent, UserProcessModel } from '@alfresco/adf-core';
|
||||
import { AfterContentInit, AfterViewInit, Component, ContentChild, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
||||
import { UserEventModel } from '../task-list/models/user-event.model';
|
||||
|
||||
|
Reference in New Issue
Block a user