101108: Angular 14 upgrade - build fixes #1

This commit is contained in:
Kristof De Langhe
2023-04-11 17:50:50 +02:00
parent 59681ea54d
commit 643e75a838
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ interface AppConfig extends Config {
*/
const APP_CONFIG = new InjectionToken<AppConfig>('APP_CONFIG');
const APP_CONFIG_STATE = makeStateKey('APP_CONFIG_STATE');
const APP_CONFIG_STATE = makeStateKey<AppConfig>('APP_CONFIG_STATE');
export {
AppConfig,