Linking LoginFacebookComponent

Last but not least, we need to edit the login.component.html file and add the <login-facebook></login-facebook> element to the end of our existing login form:

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

That way, the Login with Facebook button will be shown immediately after the standard login UI interface.

Get ASP.NET Core 2 and Angular 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.