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

atinc / ngx-tethys / 1b395ef9-9b5d-4553-9091-e0714143e3a7

13 Dec 2023 02:40AM UTC coverage: 17.395% (-73.0%) from 90.364%
1b395ef9-9b5d-4553-9091-e0714143e3a7

push

circleci

luxiaobei
fix(select): remove focus() when close panel #INFR-10914

502 of 6578 branches covered (0.0%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 1 file covered. (50.0%)

10248 existing lines in 329 files now uncovered.

3092 of 14083 relevant lines covered (21.96%)

92.82 hits per line

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

33.33
/src/resizable/examples/customize/customize.component.ts
1
import { Component } from '@angular/core';
2
import { ThyResizeEvent } from 'ngx-tethys/resizable';
3

4
@Component({
5
    selector: 'thy-resizable-customize-example',
1✔
6
    templateUrl: './customize.component.html',
UNCOV
7
    styleUrls: ['../style.scss']
×
UNCOV
8
})
×
9
export class ThyResizableCustomizeExampleComponent {
10
    width = 400;
UNCOV
11
    height = 200;
×
UNCOV
12

×
13
    onResize({ width, height }: ThyResizeEvent): void {
14
        this.width = width!;
15
        this.height = height!;
1✔
16
    }
17
}
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