forked from bleenco/ngx-uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for „strictNullChecks” in tsconfig (bleenco#170)
* Support for „strictNullChecks” in tsconfig * Added flag in `tsconfig` * Modified `ng-uploader-options` to use null-strict values: variables that have defaults must always be defined, variables without defaults are allowed to be undefined (but not null) * Modified `ng-uploader-options` to always check for obj presence * Marked `speedHumanized` and `speedAverageHumanized` as nullable * * Ignore WebStorm preferences * Fix and small improvement as discussed in PR comments. * Build fix + default value for withCredentials not being undefined.
- Loading branch information
1 parent
47580c8
commit e1343c6
Showing
5 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
/typings | ||
|
||
!gulpfile.js | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters