feat(portal-self-service): self-service portal placeholder page (refs #65)

Replace the generated Nx welcome page with a minimal self-service placeholder
(Dutch 'Zelfservice — BIG-registratie' heading + router-outlet); drop nx-welcome.
The login + submit form arrive in S-08c.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 11:55:46 +02:00
parent 9c961f9a13
commit ef877ebc80
3 changed files with 6 additions and 950 deletions

View File

@@ -1,2 +1,5 @@
<app-nx-welcome></app-nx-welcome>
<router-outlet></router-outlet>
<main>
<h1>Zelfservice — BIG-registratie</h1>
<p>Portaal voor zorgprofessionals. Inloggen en indienen volgt in S-08c.</p>
<router-outlet></router-outlet>
</main>