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

tinesoft / ngx-wow / 58
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: v2.0.1
DEFAULT BRANCH: master
Ran 09 Oct 2018 05:41AM UTC
Jobs 1
Files 5
Run time 1s
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
58

Pull #21

travis-ci

web-flow
feat(core): update to `Angular v6.x.x` and higher

BREAKING CHANGE: `forRoot()` on `NgwWowModule` has been removed as no longer necessary

Before:

```ts
import {NgwWowModule} from 'ngx-wow';

@NgModule({
  declarations: [AppComponent, ...],
  imports: [NgwWowModule.forRoot()],
  bootstrap: [AppComponent]
})
export class AppModule {
}
```

After:

```ts
import {NgwWowModule} from 'ngx-wow';

@NgModule({
  declarations: [AppComponent, ...],
  imports: [NgwWowModule],
  bootstrap: [AppComponent]
})
export class AppModule {
}
Pull Request #21: feat(core): update to `Angular v6.x.x` and higher

4 of 6 branches covered (66.67%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

31 of 31 relevant lines covered (100.0%)

2.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 58.1 09 Oct 2018 05:41AM UTC 0
94.59
Travis Job 58.1
Source Files on build 58
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #58
  • Pull Request #21
  • PR Base - master (#56)
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