We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04a2116 + 142819b commit 941c6bcCopy full SHA for 941c6bc
projects/ngx-translate/src/lib/util.ts
@@ -56,7 +56,7 @@ export function isDefined(value: any): boolean {
56
57
58
export function isDict(value: any): boolean {
59
- return isObject(value) && !isArray(value);
+ return isObject(value) && !isArray(value) && value !== null;
60
}
61
62
0 commit comments