Skip to content
Snippets Groups Projects
Commit f0438cf1 authored by Lukas Haase's avatar Lukas Haase
Browse files

tslint fix

parent 614bc33b
No related merge requests found
...@@ -120,7 +120,7 @@ export function initializeApp(appConfig: AppConfig) { ...@@ -120,7 +120,7 @@ export function initializeApp(appConfig: AppConfig) {
sanitize: true sanitize: true
} }
}), }),
ServiceWorkerModule.register('ngsw-worker.js', {enabled: environment.production}), ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production }),
TranslateModule.forChild({ TranslateModule.forChild({
loader: { loader: {
provide: TranslateLoader, provide: TranslateLoader,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment