Now everything is actually working again.

This commit is contained in:
2023-09-30 00:21:58 +00:00
parent 2aec7a3cff
commit 2c549c7c59
11 changed files with 150 additions and 33 deletions

View File

@ -1,5 +1,6 @@
import { BrowserModule, DomSanitizer } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { RuntimeConfigLoaderModule } from 'runtime-config-loader';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';