Skip to content

Instantly share code, notes, and snippets.

View PavelBastov's full-sized avatar
🖥️
Cloud solutions for financial services providers

Pavel Bastov PavelBastov

🖥️
Cloud solutions for financial services providers
View GitHub Profile

Keybase proof

I hereby claim:

  • I am PavelBastov on github.
  • I am pbastov (https://keybase.io/pbastov) on keybase.
  • I have a public key whose fingerprint is B330 7EC1 746C 8C29 6577 B36D 9601 E5EB EACA 54BE

To claim this, I am signing this object:

import { Component, ViewChild } from '@angular/core';
import { PolymerElement } from '@vaadin/angular2-polymer';
import { Credentials } from './credentials';
import { LoginService } from './login.service';
// The following article was instrumental in helping
// to implement material login window:
// http://stackoverflow.com/questions/37161958/iron-flex-layout-center-in-page
@Component({