Add reference to localize to main.ts

This commit is contained in:
Jim Martens 2023-08-12 18:06:30 +02:00
parent e87792b150
commit 0ac090fe3c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import {provideEffects} from "@ngrx/effects";
import {provideAnimations} from "@angular/platform-browser/animations";
import {HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi} from "@angular/common/http";
import {ROOT_ROUTES} from "./app/app.routes";
import "@angular/localize/init";
function initializeKeycloak(keycloak: KeycloakService) {
return () =>