|
|
@@ -20,14 +20,14 @@ import {
|
|
|
MatSortModule
|
|
|
|
|
|
} from '@angular/material';
|
|
|
-import { } from '@angular/material/table';
|
|
|
+import { } from '@angular/material/table';
|
|
|
|
|
|
import { PlantsDatatablesComponent } from './plants-datatables/plants-datatables.component';
|
|
|
import { WeatherCardComponent } from './weather-card/weather-card.component';
|
|
|
import { BarChartComponent } from './bar-chart/bar-chart.component';
|
|
|
import { PolarChartComponent } from './polar-chart/polar-chart.component';
|
|
|
import { DoughnutChartComponent } from './doughnut-chart/doughnut-chart.component';
|
|
|
-import { OrganizationCardsComponent } from './organization-cards/organization-cards.component';
|
|
|
+
|
|
|
|
|
|
/*import { BoxModule } from "angular-admin-lte";
|
|
|
import { LineChartComponent } from "./line-chart/line-chart.component";
|
|
|
@@ -51,7 +51,6 @@ export const MQTT_SERVICE_OPTIONS: IMqttServiceOptions = {
|
|
|
BarChartComponent,
|
|
|
PolarChartComponent,
|
|
|
DoughnutChartComponent,
|
|
|
- OrganizationCardsComponent,
|
|
|
],
|
|
|
imports: [
|
|
|
CommonModule,
|
|
|
@@ -77,7 +76,6 @@ export const MQTT_SERVICE_OPTIONS: IMqttServiceOptions = {
|
|
|
WeatherCardComponent,
|
|
|
BarChartComponent,
|
|
|
PolarChartComponent,
|
|
|
- OrganizationCardsComponent,
|
|
|
]
|
|
|
})
|
|
|
-export class PluginsModule {}
|
|
|
+export class PluginsModule { }
|