frontend: move app shell into standalone root and wire analytics service

This commit is contained in:
Andras Schmelczer 2026-05-31 10:49:26 +01:00
commit af4216f383
5 changed files with 69 additions and 346 deletions

View file

@ -4,7 +4,6 @@ import {
isDevMode,
provideZonelessChangeDetection,
} from '@angular/core';
import { provideRouter } from '@angular/router';
import { provideHttpClient, withFetch } from '@angular/common/http';
import { provideServiceWorker } from '@angular/service-worker';
@ -12,7 +11,6 @@ export const appConfig: ApplicationConfig = {
providers: [
provideBrowserGlobalErrorListeners(),
provideZonelessChangeDetection(),
provideRouter([]),
provideHttpClient(withFetch()),
provideServiceWorker('ngsw-worker.js', {
enabled: !isDevMode(),