From afe1f83bdbec2c369c0840c94df1d12c8faa0eeb Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 24 Nov 2017 14:21:37 +0100 Subject: Improved and fixed connection to XDS Server Signed-off-by: Sebastien Douheret --- webapp/tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/tslint.json') 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 } -- cgit 1.2.3-korg