header tabs in results
This commit is contained in:
parent
4ef8d42da2
commit
3bab306708
5 changed files with 97 additions and 8 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue