many layout and theme changes

This commit is contained in:
Jonas Winkler
2020-11-22 16:33:26 +01:00
parent 25f88b7ae9
commit 8650af05f7
15 changed files with 114 additions and 74 deletions

View File

@@ -12,6 +12,9 @@ export class PageHeaderComponent implements OnInit {
@Input()
title: string = ""
@Input()
subTitle: string = ""
ngOnInit(): void {
}