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

tinesoft / ngx-wow
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: v2.0.1
DEFAULT BRANCH: master
Repo Added 18 Oct 2017 04:22PM UTC
Files 5
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

LAST BUILD ON BRANCH feat-ng6
branch: feat-ng6
CHANGE BRANCH
x
Reset
  • feat-ng6
  • greenkeeper/@compodoc/gulp-compodoc-0.0.8
  • greenkeeper/@types/node-8.0.47
  • greenkeeper/autoprefixer-7.1.6
  • greenkeeper/conventional-github-releaser-1.1.13
  • greenkeeper/conventional-github-releaser-2.0.0
  • greenkeeper/greenkeeper-lockfile-1.11.0
  • greenkeeper/greenkeeper-lockfile-1.11.1
  • greenkeeper/greenkeeper-lockfile-1.12.0
  • greenkeeper/highlights-3.1.0
  • greenkeeper/highlights-3.1.1
  • greenkeeper/initial
  • greenkeeper/rollup-plugin-commonjs-8.2.5
  • greenkeeper/rollup-plugin-commonjs-8.2.6
  • greenkeeper/source-map-loader-0.2.3
  • greenkeeper/yargs-10.0.3
  • master
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v2.0.0
  • v2.0.1

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

Relevant lines Covered
Build:
Build:
31 RELEVANT LINES 31 COVERED LINES
2.06 HITS PER LINE
Source Files on feat-ng6
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
58 feat-ng6 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, ...], imp... Pull #21 09 Oct 2018 05:41AM UTC web-flow travis-ci pending completion  
57 feat-ng6 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, ...], imp... push 09 Oct 2018 05:39AM UTC tinesoft travis-ci pending completion  
See All Builds (57)
  • Repo on GitHub
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