diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 14:21:37 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 15:25:44 +0100 |
commit | afe1f83bdbec2c369c0840c94df1d12c8faa0eeb (patch) | |
tree | e3c3ad307fb40b85a02783832c32e62f6210b5c2 /webapp/tslint.json | |
parent | a3dd155428ef5c0b9ca1ca2c866cdf6f367f6191 (diff) |
Improved and fixed connection to XDS Server
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/tslint.json')
-rw-r--r-- | webapp/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/tslint.json b/webapp/tslint.json index 6cd34e9..9bfdcb2 100644 --- a/webapp/tslint.json +++ b/webapp/tslint.json @@ -131,7 +131,7 @@ "use-pipe-transform-interface": true, "component-class-suffix": true, "directive-class-suffix": true, - "no-access-missing-member": true, + "no-access-missing-member": false, "templates-use-public": true, "invoke-injectable": true } |