Skip to content

Commit

Permalink
load bootstrap in monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 7, 2021
1 parent 5a43a6d commit 71bbae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/monitoring/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class MonitoringPlugin
category: DEFAULT_APP_CATEGORIES.management,
mount: async (params: AppMountParameters) => {
const [coreStart, pluginsStart] = await core.getStartServices();
await pluginsStart.kibanaLegacy.loadAngularBootstrap();
const { AngularApp } = await import('./angular');
const deps: MonitoringStartPluginDependencies = {
navigation: pluginsStart.navigation,
Expand Down

0 comments on commit 71bbae3

Please sign in to comment.