• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

esvit / ng-table / 719
95%
master: 93%

Build:
Build:
LAST BUILD BRANCH: strict-null-checks
DEFAULT BRANCH: master
Ran 20 Dec 2016 08:30AM UTC
Jobs 1
Files 34
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
719

push

travis-ci

ccrowhurstram
feat(ngTableSettings): nested options never undefined

This is part of supporting typescript strictNullChecks compiler option

BREAKING CHANGES

`ISettings`: replaced with `Settings` class and a type alias of `SettingsPartial`

`Settings.interceptors`, `Settings.counts`: arrays are cloned therefore any changes to the array will not be recognised

`settings(newSettings)`: any setting value supplied as undefined will now be substituted with its default value.

Instead of `undefined` you will need to supply a suitable value as described below:

* `counts` - an empty array to prevent the page size buttons rendering
* `filterOptions.filterDelay` - `0` to remove the debounce delay
* `filterOptions.filterDelayThreshold` - `null` so that a `dataset` of any size will have a `filterDelay` applied
* `groupOptions.sortDirection` - `''` so that grouped columns are NOT sorted by default
* `groupOptions.isExpanded` - `false` so that each grouped set of rows are collapsed by default
* `paginationMaxBlocks`, `paginationMinBlocks` - `0`

87 of 87 new or added lines in 7 files covered. (100.0%)

867 of 915 relevant lines covered (94.75%)

451.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/core/ngTableParams.ts
5
100.0
test/util/jasmine-extensions.ts
Jobs
ID Job ID Ran Files Coverage
1 719.1 20 Dec 2016 08:30AM UTC 0
94.75
Travis Job 719.1
Source Files on build 719
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #719
  • 9c88de6d on github
  • Next Build on strict-null-checks (#720)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc