Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix autoscaler e2e test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jun 30, 2020
1 parent 30f305e commit 4e83acc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { DatePipe } from '@angular/common';
import { NgModule } from '@angular/core';
import { NgxChartsModule } from '@swimlane/ngx-charts';

Expand Down Expand Up @@ -86,7 +87,8 @@ import { AutoscalerRoutingModule } from './autoscaler.routing';
],
providers: [
ApplicationService,
ApplicationEnvVarsHelper
ApplicationEnvVarsHelper,
DatePipe
]
})
export class AutoscalerModule { }

0 comments on commit 4e83acc

Please sign in to comment.