Implemented following stuff
- Basic Material Design - Default Component to see anything - theme switching between light and dark - language change between german and english
This commit is contained in:
5
src/app/constants/Constants.ts
Normal file
5
src/app/constants/Constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class Constants{
|
||||
|
||||
static readonly THEME_KEY = 'theme';
|
||||
static readonly LANGUAGE_KEY = 'lang';
|
||||
}
|
||||
Reference in New Issue
Block a user