mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix diagrams demo build
This commit is contained in:
@@ -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({
|
||||||
|
Reference in New Issue
Block a user