LoginComponent

Now that our RegisterComponent is ready, we need to find a proper way to tell that to our users. A good place to start might be adding a Don't have an account? Click here to create one! link in the LoginComponent. Open the login.component.html file and add the following:

[...]

<div class="login-link">
<a href="#">
Forgot the password?
</a>
</div>
<div class="login-link">
<a [routerLink]="['/register']">
Don't have an account? Click here to create one!
</a>
</div>

[...]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.61.81