From ef492397f7084bc61111447002baa02571c979e1 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sat, 12 Sep 2020 14:10:38 -0400 Subject: [PATCH] fix --- src/app/home/home.page.html | 2 +- src/app/home/home.page.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html index c3fd7a3..8638178 100644 --- a/src/app/home/home.page.html +++ b/src/app/home/home.page.html @@ -6,5 +6,5 @@ - Outline + Full + Outline + Full diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index 8aa0f78..1b1a648 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -11,5 +11,7 @@ export class HomePage implements OnInit { ngOnInit() { } - +public goTabPages(){ + alert("You called me"); +} }