mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Services list in readme and in the doc generator (#2091)
* add services list in readme and in the autogenerator * update tslint 5.5.0
This commit is contained in:
committed by
Eugenio Romano
parent
e944b92fc7
commit
8c28daf2cd
@@ -37,7 +37,7 @@ export class AlfrescoApiService {
|
||||
}
|
||||
|
||||
reset() {
|
||||
this.alfrescoApi = <AlfrescoApi>new alfrescoApi({
|
||||
this.alfrescoApi = <AlfrescoApi> new alfrescoApi({
|
||||
provider: this.storage.getItem('AUTH_TYPE'),
|
||||
ticketEcm: this.storage.getItem('ticket-ECM'),
|
||||
ticketBpm: this.storage.getItem('ticket-BPM'),
|
||||
|
Reference in New Issue
Block a user