From 6770bf97d05aa116fda03ed45a828505ee9ba235 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 8 Jan 2021 14:08:39 +0200 Subject: Implemented latest login dev UI, add functionality (result from API is shown in console); updated tsconfig --- src/DevHive.Angular/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DevHive.Angular/tsconfig.json') diff --git a/src/DevHive.Angular/tsconfig.json b/src/DevHive.Angular/tsconfig.json index d3c1011..9c7dbe4 100644 --- a/src/DevHive.Angular/tsconfig.json +++ b/src/DevHive.Angular/tsconfig.json @@ -19,7 +19,8 @@ "lib": [ "es2018", "dom" - ] + ], + "strictPropertyInitialization": false }, "angularCompilerOptions": { "strictInjectionParameters": true, -- cgit v1.2.3