UNPKG
ekangularbase
Version:
latest (2.6.15)
2.6.15
2.6.14
2.6.13
2.6.12
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.99
2.5.98
2.5.97
2.5.96
2.5.95
2.5.94
2.5.93
2.5.92
2.5.91
2.5.90
2.5.89
2.5.88
2.5.87
2.5.86
2.5.85
2.5.84
2.5.83
2.5.82
2.5.81
2.5.80
2.5.79
2.5.78
2.5.77
2.5.76
2.5.75
2.5.74
2.5.73
2.5.72
2.5.71
2.5.70
2.5.69
2.5.68
2.5.67
2.5.66
2.5.65
2.5.64
2.5.63
2.5.62
2.5.61
2.5.60
2.5.59
2.5.58
2.5.57
2.5.56
2.5.55
2.5.54
2.5.53
2.5.52
2.5.51
2.5.50
2.5.49
2.5.48
2.5.47
2.5.46
2.5.45
2.5.44
2.5.43
2.5.42
2.5.41
2.5.40
2.5.39
2.5.38
2.5.37
2.5.36
2.5.35
2.5.34
2.5.33
2.5.32
2.5.31
2.5.30
2.5.29
2.5.28
2.5.27
2.5.26
2.5.25
2.5.24
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.99
2.4.98
2.4.97
2.4.96
2.4.95
2.4.94
2.4.93
2.4.92
2.4.91
2.4.90
2.4.89
2.4.88
2.4.87
2.4.86
2.4.85
2.4.84
2.4.83
2.4.82
2.4.81
2.4.80
2.4.79
2.4.78
2.4.77
2.4.76
2.4.75
2.4.74
2.4.73
2.4.72
2.4.71
2.4.70
2.4.69
2.4.68
2.4.67
2.4.66
2.4.65
2.4.64
2.4.63
2.4.62
2.4.61
2.4.60
2.4.59
2.4.58
2.4.57
2.4.56
2.4.55
2.4.54
2.4.53
2.4.52
2.4.51
2.4.50
2.4.49
2.4.48
2.4.47
2.4.46
2.4.45
2.4.44
2.4.43
2.4.42
2.4.41
2.4.40
2.4.39
2.4.38
2.4.37
2.4.36
2.4.34
2.4.33
2.4.32
2.4.31
2.4.30
2.4.29
2.4.28
2.4.27
2.4.26
2.4.25
2.4.24
2.4.23
2.4.22
2.4.21
2.4.20
2.4.19
2.4.18
2.4.17
2.4.16
2.4.15
2.4.14
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.7.9
1.7.8
1.7.7
Authentication service for usermanagement(oidc client)
github.com/AuthService
ek/AuthService
ekangularbase
/
src
/
auto-logout
/
reducers.ts
13 lines
(10 loc)
•
295 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
*
as
fromApplication
from
'./reducer'
;
export
interface
State
{
application
: fromApplication.
State
; }
export
const
logoutReducers = {
application
: fromApplication.
reducer
};
export
function
selectIsLoggedIn
(
state: State
) {
return
state.
application
.
isLoggedIn
; }