* coverage single components run fix
* remove spec.ts from coverage
* make the coverage and the istanbul-instrumenter-loader works only over the console test because a problem on the remapping for the browser test
* move tslint on the main folder of any component
* remove build:w from readme
* stop build tslint error also in spec files
* clear karma file from unnecessary files
* add set -f for build all script in order to accept *
* fix lint problem and failing tests
* fix failing test search component
* add loader test for viewer
* fix tslint error userinfo
* --max_old_space_size=2048 remove
* fix tslint error uploader unused EventEmitter
* remove spec|index|.*mock|.*model|.*event from coverage
* create button, download, view functionality added in task attachment list component
* created sevice to attach document to task
* added new component to create/uplaod attachment to task
* added new component to create/uplaod attachment to task
* added test case for create task attachment component
* added test case for create task attachment component
* added input to block upload document to ECM
* fixed create task attachment spec file issue
* changed alfresco-upload to alfresco-core upload directive
* removed attachCreate button and emitter from task-attachment-list
* removed uploadToEcm input and checkValidity method from alfresco-upload
* added documentation for task-attachment-list and create-task-attachment components