mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix diagrams demo build
This commit is contained in:
parent
56e08a1294
commit
7da29840b9
@ -32,7 +32,11 @@ import { DiagramsModule } from 'ng2-activiti-diagrams';
|
|||||||
|
|
||||||
export class DiagramDemoComponent {
|
export class DiagramDemoComponent {
|
||||||
|
|
||||||
private processDefinitionId: string = 'ThirdProcess:1:15053';
|
private processDefinitionId: string;
|
||||||
|
|
||||||
|
ngOnInit() {
|
||||||
|
this.processDefinitionId = 'ThirdProcess:1:15053';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user