Twitch login, TTS Login, and basic policies ui.
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
import { mergeApplicationConfig, ApplicationConfig } from '@angular/core';
|
||||
import { provideServerRendering } from '@angular/platform-server';
|
||||
import { appConfig } from './app.config';
|
||||
import { provideHttpClient, withFetch } from '@angular/common/http';
|
||||
|
||||
const serverConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideServerRendering()
|
||||
provideServerRendering(),
|
||||
provideHttpClient(withFetch())
|
||||
]
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user