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

tinesoft / ngx-wow / 59
95%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2018 06:02AM 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
59

push

travis-ci

tinesoft
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 {
}

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 59.1 09 Oct 2018 06:02AM UTC 0
94.59
Travis Job 59.1
Source Files on build 59
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #59
  • ccdab377 on github
  • Prev Build on master (#56)
  • Next Build on master (#60)
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