angular2-authentication-sample
angular2-authentication-sample copied to clipboard
url link update but component not open until page refresh in angular 6
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),