mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 09:35:39 -05:00
Initial dashboard
This commit is contained in:
@@ -14,6 +14,7 @@ import { MatListModule } from '@angular/material/list';
|
||||
import { MatMomentDateModule } from '@angular/material-moment-adapter';
|
||||
|
||||
import { SocketIoModule, SocketIoConfig } from 'ngx-socket-io';
|
||||
import { GridsterModule } from 'angular-gridster2';
|
||||
|
||||
import { LaundryComponent } from './components/laundry/laundry.component';
|
||||
import { DashboardComponent } from './components/dashboard/dashboard.component';
|
||||
@@ -52,7 +53,8 @@ const config: SocketIoConfig = { url: '/api/laundry', options: {} };
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
MatMomentDateModule,
|
||||
MatProgressSpinnerModule
|
||||
MatProgressSpinnerModule,
|
||||
GridsterModule
|
||||
],
|
||||
providers: [],
|
||||
bootstrap: [AppComponent]
|
||||
|
||||
Reference in New Issue
Block a user