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

IgniteUI / igniteui-angular / 16160334847

09 Jul 2025 04:29AM UTC 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/grids/tree-grid/tree-grid.directives.ts
1
import { Directive, TemplateRef } from '@angular/core';
2

3
/**
4
 * @hidden
5
 */
6
@Directive({
7
    selector: '[igxRowLoadingIndicator]',
8
    standalone: true
9
})
10
export class IgxRowLoadingIndicatorTemplateDirective {
3✔
11

12
    constructor(public template: TemplateRef<any>) { }
×
13
}
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