Welcome, {{ authService.user?.sub }}!
+ +@if (step === 0 || step === 1) { ++ You can sign the example document by clicking Sign document below. +
+ ++ The Web eID project enables usage of European Union electronic identity (eID) smart cards for + secure authentication and digital signing of documents on the web using public-key cryptography. +
++ Please get in touch by email at help@ria.ee in case you need support with adding Web eID to your project + or want to add support for a new eID card to Web eID. +
+ +This page serves as an example of how Web eID can be integrated with an Angular project.
+You are logged in as {{ authService.user?.sub }}.
++ You can try signing a document. +
+} @else { +Welcome, {user?.sub}!
+ + {(step === SigningSteps.Initial || step === SigningSteps.Signing) && ( + <> ++ You can sign the example document by clicking Sign document below. +
++ The Web eID project enables usage of European Union electronic identity (eID) smart cards for + secure authentication and digital signing of documents on the web using public-key cryptography. +
++ Please get in touch by email at help@ria.ee in case you need support with adding Web eID to your project + or want to add support for a new eID card to Web eID. +
+This page serves as an example of how Web eID can be integrated with a React project.
+You are logged in as {user?.sub}.
+
+ You can