feat(dashboard): add logic for temperature dragger

This commit is contained in:
KostyaDanovsky 2017-07-07 19:54:49 +03:00
parent ce8055ca84
commit 2ed871ff20
13 changed files with 262 additions and 47 deletions

View file

@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { NgaCardModule, NgaThemeModule } from '@akveo/nga-theme';
import { ThemeModule } from './@theme/theme.module';
@NgModule({
exports: [
@ -12,6 +13,7 @@ import { NgaCardModule, NgaThemeModule } from '@akveo/nga-theme';
RouterModule,
NgaCardModule,
NgaThemeModule,
ThemeModule,
],
})
export class SharedModule { }