You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a few errors from this lib when enabling strictNullChecks in tsconfig.json in my project.
ERROR in [..]/node_modules/ngx-pipes/src/app/pipes/object/invert-by.ts (7,23): Type 'null' is not assignable to type 'Function'.)
ERROR in [..]/node_modules/ngx-pipes/src/app/pipes/helpers/helpers.ts (39,6): An index expression argument must be of type 'string', 'number', 'symbol', or 'any'.)
The text was updated successfully, but these errors were encountered:
softsimon
added a commit
to softsimon/ngx-pipes
that referenced
this issue
Feb 20, 2017
Getting a few errors from this lib when enabling strictNullChecks in tsconfig.json in my project.
ERROR in [..]/node_modules/ngx-pipes/src/app/pipes/object/invert-by.ts (7,23): Type 'null' is not assignable to type 'Function'.)
ERROR in [..]/node_modules/ngx-pipes/src/app/pipes/helpers/helpers.ts (39,6): An index expression argument must be of type 'string', 'number', 'symbol', or 'any'.)
The text was updated successfully, but these errors were encountered: