mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 19:30:15 +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
|
|
@ -4,6 +4,7 @@ import { NgaTabsetModule } from '@nga/theme';
|
|||
import { SharedModule } from '../../shared.module';
|
||||
import { DashboardComponent } from './dashboard.component';
|
||||
import { StatusCardsComponent } from './status-cards/status-cards.component';
|
||||
import { TemperatureDraggerComponent } from './temperature-dragger/temperature-dragger.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
|
@ -13,6 +14,7 @@ import { StatusCardsComponent } from './status-cards/status-cards.component';
|
|||
declarations: [
|
||||
DashboardComponent,
|
||||
StatusCardsComponent,
|
||||
TemperatureDraggerComponent,
|
||||
],
|
||||
})
|
||||
export class DashboardModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue