From 47e080656d8cadea89602b5305995ee8d4cbfb13 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Tue, 21 Apr 2020 17:58:35 +0200 Subject: [PATCH] add missing graph import --- x-pack/plugins/graph/public/application.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/graph/public/application.ts b/x-pack/plugins/graph/public/application.ts index f804265f1f5ab..fee42bdbeaf3b 100644 --- a/x-pack/plugins/graph/public/application.ts +++ b/x-pack/plugins/graph/public/application.ts @@ -12,6 +12,8 @@ import { i18nDirective, i18nFilter, I18nProvider } from '@kbn/i18n/angular'; import '../../../../webpackShims/ace'; // required for i18nIdDirective import 'angular-sanitize'; +// required for ngRoute +import 'angular-route'; // type imports import { AppMountContext,