Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 25, 2019 22:06
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 gavilanch/21dbb2aabd8d833882409d00b5018525 to your computer and use it in GitHub Desktop.
Save gavilanch/21dbb2aabd8d833882409d00b5018525 to your computer and use it in GitHub Desktop.
export class MenuComponent {
Input()
user: User;
constructor(private afAuth: AngularFireAuth) { }
logout() {
this.afAuth.auth.signOut();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment