UNPKG
ngrx-amine-auth-jwt-testing
Version:
latest (1.1.0)
1.1.0
Ngrx authentification System By Med Amine
bitbucket.org/medamineDev/ngrx-amine-auth
ngrx-amine-auth-jwt-testing
/
src
/
lib
/
ngrx-amine-auth.component.ts
21 lines
(16 loc)
•
290 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@Component
({
selector
:
'lib-ngrx-amine-auth'
,
template
:
` <p> ngrx-amine-auth works! </p> `
,
styles
: [ ] })
export
class
NgrxAmineAuthComponent
implements
OnInit
{
constructor
(
) { }
ngOnInit
():
void
{ } }