mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(dashboard): add temperature dragger component
This commit is contained in:
parent
35e377093a
commit
53778c2053
9 changed files with 362 additions and 3 deletions
|
|
@ -6,4 +6,5 @@ import { Component } from '@angular/core';
|
|||
templateUrl: './dashboard.component.html',
|
||||
})
|
||||
export class DashboardComponent {
|
||||
currentValue = 0.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue