-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(NgTableParams): nested paramater values never undefined
This is part of supporting typescript strictNullChecks compiler option. BREAKING CHANGES `NgTableParams.parameters`: any param value supplied as undefined will now be ignored Instead of `undefined` you will need to supply a suitable value as described below: * `count`, `page` - `0` * `filter`, `group`, `sorting` - an empty object to remove existing values
- Loading branch information
1 parent
3ca6852
commit 8f5461f
Showing
5 changed files
with
259 additions
and
91 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
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
Oops, something went wrong.