EvanIdentityMissingComponent

Source EvanIdentityMissingComponent

Used to check if the identity for the current logged in user exists, if not, it will enable a functionality, to create a new identity.

Example

Reference Implementation: EvanVerificationsOverviewComponent

  • html
this.identityExists = await this.bcc.claims.identityAvailable(this.core.activeAccount());
  • typescript
<evan-identity-missing *ngIf="!identityExists"></evan-identity-missing>