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

tinesoft / ng-scrollreveal / 303
94%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2018 03:11AM UTC
Jobs 1
Files 10
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
303

push

travis-ci

tinesoft
feat(core): remove the `forRoot()` in `NgsRevealModule` (no longer needed with Angular 6)

BREAKING CHANGE: Angular v6 brings a new `providedIn` option in `@Injectable`,
 which allows making injectables (services) automatically available in  root module.

Before:

```ts
import {NgsRevealModule} from 'ng-scrollreveal';

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

After:

```ts
import {NgsRevealModule} from 'ng-scrollreveal';

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

28 of 41 branches covered (68.29%)

118 of 125 relevant lines covered (94.4%)

7.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 303.1 20 Sep 2018 03:11AM UTC 0
94.4
Travis Job 303.1
Source Files on build 303
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #303
  • c1acd121 on github
  • Prev Build on master (#298)
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