Open
Description
in my project when I logout my profile then got to login page but when I clicked on forgot password component then url link update but component not open until page refresh
plz help
my code is.
<a class="forgot-password" [routerLink]="'/auth/forgot-password'">
Forgot Password?
const routes = [
{
path: 'forgot-password',
component: ForgotPasswordComponent
}
];
@NgModule({
imports: [
RouterModule.forChild(routes),
Metadata
Metadata
Assignees
Labels
No labels