ngx-select-angle
Version:
A component for selecting an angle between 0 and 360 degrees in the Angular framework
11 lines (10 loc) • 381 B
TypeScript
import * as i0 from "@angular/core";
export declare class NgxSelectAngleService {
constructor();
getOffsetPosition(evt: MouseEvent | TouchEvent, parent: HTMLElement): {
x: number;
y: number;
};
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSelectAngleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxSelectAngleService>;
}