feat(dashboard): add temperature dragger component

This commit is contained in:
KostyaDanovsky 2017-06-22 12:07:42 +03:00
parent 35e377093a
commit 53778c2053
9 changed files with 362 additions and 3 deletions

View file

@ -6,4 +6,5 @@ import { Component } from '@angular/core';
templateUrl: './dashboard.component.html',
})
export class DashboardComponent {
currentValue = 0.5;
}