Files
playground-frontend/src/app/constants/LocalStoreConstants.ts

8 lines
196 B
TypeScript

export class LocalStoreConstants {
static readonly THEME_KEY = 'theme';
static readonly LANGUAGE_KEY = 'lang';
static readonly RELOAD_ALL_LANG_LISTENER_KEY = 'language_dirty_flag';
}