S-09: Openbaar Register portal — public lookup (#76)
All checks were successful
All checks were successful
Anonymous openbaar portal completing the walking skeleton (submit → projection → public visibility). closes #10
This commit was merged in pull request #76.
This commit is contained in:
4
apps/openbaar/src/app/app.routes.ts
Normal file
4
apps/openbaar/src/app/app.routes.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Route } from '@angular/router';
|
||||
import { RegisterPage } from './register/register-page';
|
||||
|
||||
export const appRoutes: Route[] = [{ path: '', component: RegisterPage }];
|
||||
Reference in New Issue
Block a user