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:
Eugenio Romano
2017-07-17 11:38:10 +01:00
committed by Eugenio Romano
parent e944b92fc7
commit 8c28daf2cd
211 changed files with 1413 additions and 9463 deletions

View File

@@ -43,7 +43,7 @@ export class UploadService {
fileUploadComplete: Subject<FileUploadCompleteEvent> = new Subject<FileUploadCompleteEvent>();
constructor(private apiService: AlfrescoApiService, private appConfigService: AppConfigService) {
this.excludedFileList = <String[]>this.appConfigService.get('files.excluded');
this.excludedFileList = <String[]> this.appConfigService.get('files.excluded');
}
/**