Skip to content

Commit 13baaf9

Browse files
committed
Step 17.12: Create FacebookPage View
1 parent 2c57869 commit 13baaf9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/pages/login/facebook.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<ion-header>
2+
<ion-navbar color="whatsapp">
3+
<ion-title>Link with Facebook</ion-title>
4+
5+
<ion-buttons end>
6+
<button ion-button class="done-button" (click)="cancel()">Cancel</button>
7+
</ion-buttons>
8+
</ion-navbar>
9+
</ion-header>
10+
11+
<ion-content padding class="login-page-content">
12+
<div class="instructions">
13+
<div>
14+
You can link your account with Facebook to chat with more friends.
15+
</div>
16+
<br>
17+
<ion-item>
18+
<ion-buttons>
19+
<button ion-button (click)="linkFacebook()">Login with Facebook</button>
20+
</ion-buttons>
21+
</ion-item>
22+
</div>
23+
</ion-content>

0 commit comments

Comments
 (0)