mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-04 07:31:48 +01:00
feat(dashboard): add logic for temperature dragger
This commit is contained in:
parent
ce8055ca84
commit
2ed871ff20
13 changed files with 262 additions and 47 deletions
|
|
@ -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 { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue