header tabs in results

This commit is contained in:
Tykayn 2025-09-15 16:24:39 +02:00 committed by tykayn
parent 4ef8d42da2
commit 3bab306708
5 changed files with 97 additions and 8 deletions

View file

@ -26,6 +26,7 @@ export class Main {
constructor(private store: Store<StateInterface>) {
this.store.select(state => state.app).subscribe(app => {
console.log('app', app);
this.appState = app;
});
}