We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fba1c commit 745637eCopy full SHA for 745637e
projects/observability/src/shared/dashboard/widgets/gauge/gauge-widget.module.ts
@@ -6,12 +6,13 @@ import { DashboardCoreModule } from '@hypertrace/hyperdash-angular';
6
import { GaugeModule } from '../../../components/gauge/gauge.module';
7
import { GaugeWidgetRendererComponent } from './gauge-widget-renderer.component';
8
import { GaugeWidgetModel } from './gauge-widget.model';
9
+import { GaugeThresholdModel } from './thresholds/gauge-threshold.model';
10
11
@NgModule({
12
declarations: [GaugeWidgetRendererComponent],
13
imports: [
14
DashboardCoreModule.with({
- models: [GaugeWidgetModel],
15
+ models: [GaugeWidgetModel, GaugeThresholdModel],
16
renderers: [GaugeWidgetRendererComponent]
17
}),
18
GaugeModule,
0 commit comments