Skip to content

url link update but component not open until page refresh in angular 6 #86

Open
@murtazams

Description

@murtazams

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions