mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 12:50:17 +01:00
build: update tslint config (#1436)
This commit is contained in:
parent
be7649a9a2
commit
630cb85e3b
9 changed files with 16 additions and 23 deletions
|
|
@ -127,7 +127,6 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
|
|||
this.bottomAngleRad = TemperatureDraggerComponent.toRad(this.bottomAngle);
|
||||
this.colors = (typeof this.fillColors === 'string') ? [this.fillColors] : this.fillColors;
|
||||
|
||||
const baseRadius: number = VIEW_BOX_SIZE / 2;
|
||||
const halfAngle = this.bottomAngleRad / 2;
|
||||
|
||||
const svgBoundingRect = this.svgRoot.nativeElement.getBoundingClientRect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue