diff --git a/src/app/pages/familyconnectaction/familyconnectaction.page.html b/src/app/pages/familyconnectaction/familyconnectaction.page.html index 04209f3..372ac5e 100644 --- a/src/app/pages/familyconnectaction/familyconnectaction.page.html +++ b/src/app/pages/familyconnectaction/familyconnectaction.page.html @@ -10,5 +10,39 @@ +
+ + + + + + Chat + + + + + + + + + +
+ Send +
+ + + + + + + + + + + + + + +
diff --git a/src/app/pages/familyconnectaction/familyconnectaction.page.ts b/src/app/pages/familyconnectaction/familyconnectaction.page.ts index 6cbdd84..69fa5a9 100644 --- a/src/app/pages/familyconnectaction/familyconnectaction.page.ts +++ b/src/app/pages/familyconnectaction/familyconnectaction.page.ts @@ -26,4 +26,7 @@ export class FamilyconnectactionPage implements OnInit { onBack() { this.navctr.back(); } + sendMessage(){ + + } }