mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
fix(tslint): add correct semicolon option (#1777)
This commit is contained in:
parent
99fa419bdf
commit
00e6ca5d96
3 changed files with 4 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
|
|||
// TODO: review set data to styles object
|
||||
setTimeout(() => {
|
||||
this.invalidateGradientArcs();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
private calculateVars() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue