You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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),
The text was updated successfully, but these errors were encountered: