convert y axis definition to standalone component
This commit is contained in:
@@ -58,7 +58,6 @@ import { LimitByComponent } from "./limit-by/limit-by.component";
|
||||
@NgModule({ declarations: [
|
||||
AppComponent,
|
||||
VisualizationPageComponent,
|
||||
YAxisDefinitionComponent,
|
||||
QueryAutocompleteComponent,
|
||||
PlotDetailsComponent,
|
||||
PlotViewComponent,
|
||||
@@ -104,7 +103,10 @@ import { LimitByComponent } from "./limit-by/limit-by.component";
|
||||
MatTableModule,
|
||||
MatTooltipModule,
|
||||
BrowserAnimationsModule,
|
||||
OverlayModule], providers: [{
|
||||
OverlayModule,
|
||||
YAxisDefinitionComponent
|
||||
],
|
||||
providers: [{
|
||||
provide: MAT_DIALOG_DEFAULT_OPTIONS,
|
||||
useValue: { hasBackdrop: true },
|
||||
}, provideHttpClient(withInterceptorsFromDi())] })
|
||||
|
||||
Reference in New Issue
Block a user