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 Vito
parent 5f533f8f5d
commit c8b06d61ab
211 changed files with 1413 additions and 9469 deletions

View File

@@ -34,8 +34,7 @@ module.exports = {
resolveLoader: {
alias: {
"file-multi-loader": path.resolve(__dirname, "./custom-loaders/file-loader-multi"),
"license-check": path.resolve(__dirname, "./custom-loaders/license-check"),
"generate-list-component-loader": path.resolve(__dirname, "./custom-loaders/generateListComponent")
"license-check": path.resolve(__dirname, "./custom-loaders/license-check")
}
},