Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhaikaju/facebook-clone
/ functions
Functions
26 in github.com/bhaikaju/facebook-clone
⨍
Functions
26
◇
Types & classes
25
↓ 1 callers
Method
CurrentUser
()
src/app/services/auth.service.ts:39
↓ 1 callers
Method
Logout
()
src/app/services/auth.service.ts:100
↓ 1 callers
Method
SignIn
(email: string, password: string)
src/app/services/auth.service.ts:78
↓ 1 callers
Method
SignUp
(email: string, password: string, firstName: string, lastName: string, ava
src/app/services/auth.service.ts:43
↓ 1 callers
Method
getAllPosts
()
src/app/services/post.service.ts:22
↓ 1 callers
Method
getTitleText
()
e2e/src/app.po.ts:8
↓ 1 callers
Method
navigateTo
()
e2e/src/app.po.ts:4
Method
canActivate
( next: ActivatedRouteSnapshot, state: RouterStateSnapshot)
src/app/guards/facebook.guard.ts:17
Method
constructor
(public dialogRef: MatDialogRef<RegisterComponent>)
src/app/components/register/register.component.ts:11
Method
constructor
(private postService: PostService, private authService: AuthService)
src/app/components/home/home.component.ts:25
Method
constructor
(private afAuth: AngularFireAuth, private authService: AuthService, private router
src/app/components/login/login.component.ts:18
Method
constructor
(private router: Router, private afAuth: AngularFireAuth, private authService: Aut
src/app/guards/facebook.guard.ts:12
Method
constructor
(private afAuth: AngularFireAuth, private router: Router, private afs: AngularFire
src/app/services/auth.service.ts:20
Method
constructor
(private afs: AngularFirestore, private afAuth: AngularFireAuth, private authServi
src/app/services/post.service.ts:16
Method
login
(form: NgForm)
src/app/components/login/login.component.ts:38
Method
logout
()
src/app/components/home/home.component.ts:55
Method
ngOnDestroy
()
src/app/components/login/login.component.ts:34
Method
ngOnInit
()
src/app/components/register/register.component.ts:13
Method
ngOnInit
()
src/app/components/home/home.component.ts:29
Method
ngOnInit
()
src/app/components/login/login.component.ts:24
Function
onPrepare
()
e2e/protractor.conf.js:26
Method
openRegister
()
src/app/components/login/login.component.ts:49
Method
postMessage
(form: NgForm)
src/app/components/home/home.component.ts:42
Method
postMessage
(message: string, ownerName: string, otherItem)
src/app/services/post.service.ts:37
Method
searchUserInDatabase
(user_id: string)
src/app/services/auth.service.ts:109
Method
userData
()
src/app/services/auth.service.ts:74