Harlen Giraldo

Results 2 issues of Harlen Giraldo

i'm using angular4 project using TSlint plugin in SONAR Qube, and I have installed tslint, and ts. sonnar.scaner.properties: ``` sonar.host.url=http://localhost:9000 sonar.projectKey=company:angular sonar.projectName=My angular sonar.projectVersion=1.0 sonar.sourceEncoding=UTF-8 sonar.sources=ProyectDemo/src/ sonar.language=ts sonar.ts.tslintconfigpath=ProyectDemo/src/tslint.json sonar.ts.tslint.configPath=ProyectDemo/src/tslint.json ```...

i'm trying to implement handle error for 413 or 404. and i want to detect the status when is 'uploading', but just works when is 'done' ![image](https://user-images.githubusercontent.com/20744476/32516821-a476fd26-c3d2-11e7-8694-20c7f51c30fb.png) i print in...

review