Skip to content

Commit

Permalink
fix(value): fix broken time value component (DEV-147) (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Oct 15, 2021
1 parent 04e4b32 commit fb846f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Expand Up @@ -11,6 +11,7 @@ import { KnoraApiConnection } from '@dasch-swiss/dsp-js';
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { AngularSplitModule } from 'angular-split';
import { MatJDNConvertibleCalendarDateAdapterModule } from 'jdnconvertiblecalendardateadapter';
import { PdfViewerModule } from 'ng2-pdf-viewer';
import { ColorPickerModule } from 'ngx-color-picker';
import { environment } from '../environments/environment';
Expand Down Expand Up @@ -331,6 +332,7 @@ export function httpLoaderFactory(httpClient: HttpClient) {
FormsModule,
HttpClientModule,
MaterialModule,
MatJDNConvertibleCalendarDateAdapterModule,
PdfViewerModule,
ReactiveFormsModule,
TranslateModule.forRoot({
Expand Down

0 comments on commit fb846f9

Please sign in to comment.