FrontendConfig: Add new service

This service handles the config for the frontend.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-01 21:16:01 +01:00
parent c4161cec98
commit e471342497
5 changed files with 833 additions and 1 deletions

View file

@ -76,8 +76,9 @@ const routes: Routes = [
LoggerModule,
MediaModule,
AuthModule,
FrontendConfigModule,
],
controllers: [],
providers: [],
providers: [FrontendConfigService],
})
export class AppModule {}