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

IgniteUI / igniteui-angular / 16160334847

09 Jul 2025 04:29AM CUT coverage: 91.647% (+0.009%) from 91.638%
16160334847

Pull #15639

github

web-flow
Merge 7fd468961 into 515be9c76
Pull Request #15639: fix(timepicker): allowing better scroll on touchpads #6292 - 19.2

13467 of 15761 branches covered (85.45%)

16 of 17 new or added lines in 2 files covered. (94.12%)

27089 of 29558 relevant lines covered (91.65%)

37040.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/projects/igniteui-angular/src/lib/progressbar/progressbar.common.ts
1
import { Directive, TemplateRef } from '@angular/core';
2

3
@Directive({
4
    selector: '[igxProgressBarText]',
5
    standalone: true
6
})
7
export class IgxProgressBarTextTemplateDirective {
3✔
8
    constructor(public template: TemplateRef<any>) { }
×
9
}
10

11
@Directive({
12
    selector: '[igxProgressBarGradient]',
13
    standalone: true
14
})
15
export class IgxProgressBarGradientDirective {
3✔
16
    constructor(public template: TemplateRef<any>) { }
×
17
}
18

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