diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-08 14:08:39 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-08 14:08:39 +0200 |
| commit | 6770bf97d05aa116fda03ed45a828505ee9ba235 (patch) | |
| tree | 0f98f9d6ec3b92e8969094b91e280e758be1ba7a /src/DevHive.Angular/tsconfig.json | |
| parent | 5c89f9eeb0fabce0510dc7824e37649b731e162f (diff) | |
| download | DevHive-6770bf97d05aa116fda03ed45a828505ee9ba235.tar DevHive-6770bf97d05aa116fda03ed45a828505ee9ba235.tar.gz DevHive-6770bf97d05aa116fda03ed45a828505ee9ba235.zip | |
Implemented latest login dev UI, add functionality (result from API is shown in console); updated tsconfig
Diffstat (limited to 'src/DevHive.Angular/tsconfig.json')
| -rw-r--r-- | src/DevHive.Angular/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
