Rename activiti component and add demo folder

This commit is contained in:
mauriziovitale84
2016-07-20 09:58:55 +01:00
parent ec3d3ef647
commit 596e88126d
34 changed files with 427 additions and 17 deletions

View File

@@ -45,4 +45,8 @@ export class AlfrescoSettingsService {
getProviders(): string [] {
return this.providers;
}
setProviders(providers: string []) {
this.providers = providers;
}
}