Skip to content

Commit 745637e

Browse files
authored
refactor: load gauge threshold model (#350)
1 parent c0fba1c commit 745637e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/observability/src/shared/dashboard/widgets/gauge/gauge-widget.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ import { DashboardCoreModule } from '@hypertrace/hyperdash-angular';
66
import { GaugeModule } from '../../../components/gauge/gauge.module';
77
import { GaugeWidgetRendererComponent } from './gauge-widget-renderer.component';
88
import { GaugeWidgetModel } from './gauge-widget.model';
9+
import { GaugeThresholdModel } from './thresholds/gauge-threshold.model';
910

1011
@NgModule({
1112
declarations: [GaugeWidgetRendererComponent],
1213
imports: [
1314
DashboardCoreModule.with({
14-
models: [GaugeWidgetModel],
15+
models: [GaugeWidgetModel, GaugeThresholdModel],
1516
renderers: [GaugeWidgetRendererComponent]
1617
}),
1718
GaugeModule,

0 commit comments

Comments
 (0)