Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cornflourblue/angular-7-registration-login-example-cli
/ functions
Functions
43 in github.com/cornflourblue/angular-7-registration-login-example-cli
⨍
Functions
43
◇
Types & classes
30
↓ 3 callers
Method
error
(message: string, keepAfterNavigationChange = false)
src/app/_services/alert.service.ts:30
↓ 2 callers
Method
loadAllUsers
()
src/app/home/home.component.ts:38
↓ 2 callers
Method
register
(user: User)
src/app/_services/user.service.ts:19
↓ 1 callers
Method
delete
(id: number)
src/app/_services/user.service.ts:27
↓ 1 callers
Method
getAll
()
src/app/_services/user.service.ts:11
↓ 1 callers
Method
getMessage
()
src/app/_services/alert.service.ts:35
↓ 1 callers
Method
getParagraphText
()
e2e/src/app.po.ts:8
↓ 1 callers
Method
login
(username: string, password: string)
src/app/_services/authentication.service.ts:23
↓ 1 callers
Method
logout
()
src/app/_services/authentication.service.ts:37
↓ 1 callers
Method
navigateTo
()
e2e/src/app.po.ts:4
↓ 1 callers
Method
success
(message: string, keepAfterNavigationChange = false)
src/app/_services/alert.service.ts:25
Method
canActivate
(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)
src/app/_guards/auth.guard.ts:13
Method
constructor
( private router: Router, private authenticationService: AuthenticationService )
src/app/app.component.ts:11
Method
constructor
( private formBuilder: FormBuilder, private router: Router, private authenticationServ
src/app/register/register.component.ts:14
Method
constructor
( private router: Router, private authenticationService: AuthenticationService )
src/app/_guards/auth.guard.ts:8
Method
constructor
( private authenticationService: AuthenticationService, private userService: UserService )
src/app/home/home.component.ts:14
Method
constructor
(private alertService: AlertService)
src/app/_components/alert.component.ts:15
Method
constructor
( private formBuilder: FormBuilder, private route: ActivatedRoute, private router: Rou
src/app/login/login.component.ts:15
Method
constructor
(private authenticationService: AuthenticationService)
src/app/_helpers/jwt.interceptor.ts:9
Method
constructor
(private authenticationService: AuthenticationService)
src/app/_helpers/error.interceptor.ts:10
Method
constructor
()
src/app/_helpers/fake-backend.ts:9
Method
constructor
(private router: Router)
src/app/_services/alert.service.ts:10
Method
constructor
(private http: HttpClient)
src/app/_services/user.service.ts:9
Method
constructor
(private http: HttpClient)
src/app/_services/authentication.service.ts:14
Method
currentUserValue
()
src/app/_services/authentication.service.ts:19
Method
deleteUser
(id: number)
src/app/home/home.component.ts:32
Method
f
()
src/app/register/register.component.ts:37
Method
f
()
src/app/login/login.component.ts:39
Method
getById
(id: number)
src/app/_services/user.service.ts:15
Method
intercept
(request: HttpRequest<any>, next: HttpHandler)
src/app/_helpers/jwt.interceptor.ts:11
Method
intercept
(request: HttpRequest<any>, next: HttpHandler)
src/app/_helpers/error.interceptor.ts:12
Method
intercept
(request: HttpRequest<any>, next: HttpHandler)
src/app/_helpers/fake-backend.ts:11
Method
logout
()
src/app/app.component.ts:18
Method
ngOnDestroy
()
src/app/home/home.component.ts:27
Method
ngOnDestroy
()
src/app/_components/alert.component.ts:23
Method
ngOnInit
()
src/app/register/register.component.ts:27
Method
ngOnInit
()
src/app/home/home.component.ts:23
Method
ngOnInit
()
src/app/_components/alert.component.ts:17
Method
ngOnInit
()
src/app/login/login.component.ts:28
Function
onPrepare
()
e2e/protractor.conf.js:22
Method
onSubmit
()
src/app/register/register.component.ts:39
Method
onSubmit
()
src/app/login/login.component.ts:41
Method
update
(user: User)
src/app/_services/user.service.ts:23