- add new tethys style

- use newest typescript version ^4.5.2
- new images for starting page
This commit is contained in:
Arno Kaimbacher 2021-11-19 16:11:26 +01:00
commit 315f845292
14 changed files with 12135 additions and 30 deletions

View file

@ -5,8 +5,8 @@ export interface SolrSettings {
export class ActiveFilterCategories {
// count: number;
language!: Array<string>;
subject!: Array<string>;
// language!: Array<string>;
// subject!: Array<string>;
[key: string]: Array<string>;
}