fix(dashboard): restructure components

This commit is contained in:
KostyaDanovsky 2017-07-06 19:10:31 +03:00
parent 43aaef8210
commit 422880dddf
15 changed files with 80 additions and 26 deletions

View file

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