mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed onInit problem
This commit is contained in:
parent
e35b048022
commit
4c2f12f821
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user