Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created February 12, 2019 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoyiNamir/2a6153e89fbdec2519da10cf71d05a7e to your computer and use it in GitHub Desktop.
Save RoyiNamir/2a6153e89fbdec2519da10cf71d05a7e to your computer and use it in GitHub Desktop.
ment';
get isLoggedIn(): boolean {
return this.authService.isLoggedIn();
}
get userName(): string {
if (this.authService.currentUser) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment