mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Code style fixes
This commit is contained in:
@@ -19,10 +19,7 @@ import { Component, OnInit } from 'angular2/core';
|
|||||||
import { ActivitiService } from './activiti.service';
|
import { ActivitiService } from './activiti.service';
|
||||||
import {
|
import {
|
||||||
ALFRESCO_DATATABLE_DIRECTIVES,
|
ALFRESCO_DATATABLE_DIRECTIVES,
|
||||||
ObjectDataTableAdapter,
|
ObjectDataTableAdapter
|
||||||
DataSorting,
|
|
||||||
ObjectDataRow,
|
|
||||||
ObjectDataColumn
|
|
||||||
} from 'ng2-alfresco-datatable/dist/ng2-alfresco-datatable';
|
} from 'ng2-alfresco-datatable/dist/ng2-alfresco-datatable';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
@@ -52,7 +49,7 @@ export class TasksDemoComponent implements OnInit {
|
|||||||
.then((data) => {
|
.then((data) => {
|
||||||
let tasks = data || [];
|
let tasks = data || [];
|
||||||
console.log(tasks);
|
console.log(tasks);
|
||||||
this.loadTasks(tasks)
|
this.loadTasks(tasks);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user