Clear all state on signout
This commit is contained in:
parent
e3e4c4366c
commit
11f213ad09
6 changed files with 32 additions and 9 deletions
|
@ -168,6 +168,11 @@ export class NavigationModel {
|
|||
})
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.tabs = [new NavigationTabModel()]
|
||||
this.tabIndex = 0
|
||||
}
|
||||
|
||||
// accessors
|
||||
// =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue