Started with about page and my cv
This commit is contained in:
7
src/app/constants/LocalStoreConstants.ts
Normal file
7
src/app/constants/LocalStoreConstants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class LocalStoreConstants {
|
||||
|
||||
static readonly THEME_KEY = 'theme';
|
||||
static readonly LANGUAGE_KEY = 'lang';
|
||||
|
||||
static readonly RELOAD_ALL_LANG_LISTENER_KEY = 'language_dirty_flag';
|
||||
}
|
||||
Reference in New Issue
Block a user