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

IgniteUI / igniteui-angular-wrappers / 14488031304

16 Apr 2025 08:18AM UTC coverage: 93.131% (-0.09%) from 93.222%
14488031304

push

github

web-flow
Merge pull request #400 from IgniteUI/dkamburov/ng-19

chore(*): update to ng 19

281 of 305 branches covered (92.13%)

Branch coverage included in aggregate %.

668 of 714 relevant lines covered (93.56%)

236.36 hits per line

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

50.0
/projects/igniteui-angular-wrappers/src/lib/igradialmenu/igradialmenu.component.ts
1
import { Component, IterableDiffers, ElementRef, KeyValueDiffers, ChangeDetectorRef, Renderer2 } from '@angular/core';
2
import { IgControlBase } from '../igcontrolbase/igcontrolbase';
3

4
@Component({
5
    selector: 'ig-radial-menu',
6
    template: '<ng-content></ng-content>',
7
    inputs: ['widgetId', 'options', 'changeDetectionInterval', 'disabled', 'create', 'items', 'currentOpenMenuItemName', 'centerButtonContentWidth', 'centerButtonContentHeight', 'centerButtonClosedFill', 'centerButtonClosedStroke', 'centerButtonFill', 'centerButtonHotTrackFill', 'centerButtonHotTrackStroke', 'centerButtonStroke', 'centerButtonStrokeThickness', 'font', 'isOpen', 'menuBackground', 'menuItemOpenCloseAnimationDuration', 'menuItemOpenCloseAnimationEasingFunction', 'menuOpenCloseAnimationDuration', 'menuOpenCloseAnimationEasingFunction', 'minWedgeCount', 'outerRingFill', 'outerRingThickness', 'outerRingStroke', 'outerRingStrokeThickness', 'rotationInDegrees', 'rotationAsPercentageOfWedge', 'wedgePaddingInDegrees', 'pixelScalingRatio'],
8
    outputs: ['formatLabel', 'alignLabel', 'valueChanged'],
9
    standalone: false
10
})
11
export class IgRadialMenuComponent extends IgControlBase<IgRadialMenu> {
1✔
12
    constructor(el: ElementRef, renderer: Renderer2, differs: IterableDiffers, kvalDiffers: KeyValueDiffers, cdr: ChangeDetectorRef) {
13
        super(el, renderer, differs, kvalDiffers, cdr);
×
14
    }
15
    /* istanbul ignore next */
16
    public itemOption(itemKey: object, key: object, value: object): void { return; }
17
    /* istanbul ignore next */
18
    public exportVisualData(): void { return; }
19
    /* istanbul ignore next */
20
    public flush(): void { return; }
21
    /* istanbul ignore next */
22
    public destroy(): void { return; }
23
    /* istanbul ignore next */
24
    public styleUpdated(): void { return; }
25
}
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