# Discover
@@ -14,7 +17,6 @@
-
@@ -114,11 +116,4 @@
-
-
-
- 10
-
-
-
diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts
index 59be16a..65a01a1 100644
--- a/src/app/home/home.page.ts
+++ b/src/app/home/home.page.ts
@@ -42,7 +42,7 @@ export class HomePage implements OnInit {
private toastService: ToastService,
private dom: DomSanitizer,
private socialSharing: SocialSharing,
- private platform: Platform
+ private platform: Platform,
) { }
transformYourHtml(htmlTextWithStyle) {
@@ -92,7 +92,7 @@ export class HomePage implements OnInit {
console.log(err);
this.toastService.presentToastWithOptions("Failed to get Gallery data", "danger");
});
- }
+ }
ionViewDidEnter() {
if (localStorage.isPartyChatOn === 'yes') {
diff --git a/src/app/live/live.module.ts b/src/app/live/live.module.ts
index b6eb6a2..683a051 100644
--- a/src/app/live/live.module.ts
+++ b/src/app/live/live.module.ts
@@ -7,6 +7,7 @@ import { IonicModule } from '@ionic/angular';
import { LivePageRoutingModule } from './live-routing.module';
import { LivePage } from './live.page';
+import { FacebookLoginComponent } from '../components/facebook-login/facebook-login.component';
@NgModule({
imports: [
@@ -15,6 +16,6 @@ import { LivePage } from './live.page';
IonicModule,
LivePageRoutingModule
],
- declarations: [LivePage]
+ declarations: [LivePage, FacebookLoginComponent]
})
export class LivePageModule {}
diff --git a/src/app/live/live.page.html b/src/app/live/live.page.html
index 4d610f1..a96853f 100644
--- a/src/app/live/live.page.html
+++ b/src/app/live/live.page.html
@@ -1,5 +1,7 @@
+
+