Angular Starter
Technology stack
- Angular 18 using latest APIs
- Tailwind CSS
Custom Sign up flow
To enable custom sign up flow for Angular
client project, you need to:
- Find
/src/app/auth/auth.routes.ts
file inClient.Angular
project - Find the following code:
and replace it with:
There should be already a commented out example of custom sign up flow in /src/app/auth/auth.routes.ts
file.