diff --git a/docs/document-assets/timeline.png b/docs/document-assets/timeline.png new file mode 100644 index 0000000..2a44986 Binary files /dev/null and b/docs/document-assets/timeline.png differ diff --git a/docs/index.md b/docs/index.md index 7b28fe2..7a2748f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,3 +11,7 @@ ### Deployment - [Kubernetes Deployment](deployment/kubernetes-deployment.md) + + +### Timeline for Completion +![Image](document-assets/timeline.png) \ No newline at end of file diff --git a/endpoint-insights-ui/src/app/app.config.ts b/endpoint-insights-ui/src/app/app.config.ts index e790400..15114ea 100644 --- a/endpoint-insights-ui/src/app/app.config.ts +++ b/endpoint-insights-ui/src/app/app.config.ts @@ -9,5 +9,6 @@ export const appConfig: ApplicationConfig = { provideRouter(routes, withEnabledBlockingInitialNavigation()), provideHttpClient(), provideAnimations(), + provideHttpClient() ], };