Fixed onInit problem

This commit is contained in:
mauriziovitale84 2016-07-29 14:43:32 +01:00
parent e35b048022
commit 4c2f12f821

View File

@ -57,7 +57,8 @@ export class ActivitiDemoComponent implements OnInit, AfterViewChecked {
return this.currentChoice === 'task-list';
}
ngOnInit() {
constructor() {
console.log('Activiti demo component');
this.schemaColumn = [
{type: 'text', key: 'name', title: 'Name', cssClass: 'full-width name-column', sortable: true}
// {type: 'text', key: 'created', title: 'Created', sortable: true}