This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
angular5-course
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
20-260 Improve
tags/before_ngrx
Nils Dittberner
8 years ago
parent
3846601831
commit
73b69843c4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/auth/auth.service.ts
+ 1
- 0
src/app/auth/auth.service.ts
View File
@@ -33,6 +33,7 @@ export class AuthService {
logout() {
firebase.auth().signOut();
this.token = null;
this.router.navigate(['/']);
}
getToken() {
Write
Preview
Loading…
Cancel
Save