79676910

Date: 2025-06-24 01:34:42
Score: 1
Natty:
Report link

check your app-routing.module.ts file make sure there a path "auth/register"

another thing you can try is [routerLink]="'/auth/register'"

{
path: "auth/register",
loadChildren: () => import("./pages/foldername/filename.module").then((m) => m.YourModule),
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kokwei325