mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 11:46:10 +01:00
feat(dashboard): add a security cameras widget (#13)
This commit is contained in:
parent
684c884015
commit
a44c49bba8
10 changed files with 171 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ import { RoomSelectorComponent } from './rooms/room-selector/room-selector.compo
|
|||
import { TemperatureComponent } from './temperature/temperature.component';
|
||||
import { TemperatureDraggerComponent } from './temperature/temperature-dragger/temperature-dragger.component';
|
||||
import { TeamComponent } from './team/team.component';
|
||||
import { SecurityCamerasComponent } from './security-cameras/security-cameras.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
|
@ -26,6 +27,7 @@ import { TeamComponent } from './team/team.component';
|
|||
TemperatureComponent,
|
||||
RoomsComponent,
|
||||
TeamComponent,
|
||||
SecurityCamerasComponent,
|
||||
],
|
||||
})
|
||||
export class DashboardModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue