Compare commits

...

2 Commits

Author SHA1 Message Date
sercan
3ec49abcf2 Merge 'master' into 'skeleton' 2019-07-04 21:55:56 +03:00
sercan
b2f56fcd12 Disabled Angular compiler checks to disable the warnings until we fix them 2019-07-04 21:54:51 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fuse",
"version": "8.1.0",
"version": "8.1.1",
"license": "https://themeforest.net/licenses/terms/regular",
"scripts": {
"ng": "ng",

View File

@@ -25,7 +25,7 @@
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
"fullTemplateTypeCheck": false,
"strictInjectionParameters": false
}
}