Angular: Add feature toggle to disable angular at runtime (#65245)

This commit is contained in:
Ryan McKinley
2023-03-23 08:43:45 -07:00
committed by GitHub
parent 0975e53fc0
commit 5870439026
8 changed files with 604 additions and 347 deletions

View File

@@ -44,6 +44,7 @@ export interface FeatureToggles {
newDBLibrary?: boolean;
validateDashboardsOnSave?: boolean;
autoMigrateOldPanels?: boolean;
disableAngular?: boolean;
prometheusWideSeries?: boolean;
canvasPanelNesting?: boolean;
scenes?: boolean;