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

IgniteUI / igniteui-angular / 15775541281

20 Jun 2025 09:12AM CUT coverage: 91.474% (+0.04%) from 91.437%
15775541281

Pull #15888

github

web-flow
Merge 9289ba2f1 into 625769a54
Pull Request #15888: fix(igxSplitter): Assign pane props after zone is stable.

13380 of 15692 branches covered (85.27%)

9 of 9 new or added lines in 2 files covered. (100.0%)

12 existing lines in 4 files now uncovered.

27037 of 29557 relevant lines covered (91.47%)

34146.46 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