From 3644a2123c379213a19aeb3336fcc2b9e9d3bbaf Mon Sep 17 00:00:00 2001 From: juancarmore Date: Thu, 1 Aug 2024 17:20:14 +0200 Subject: [PATCH] Remove unnecessary imports in Ionic tutorial --- application-client/openvidu-ionic/src/app/app.component.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/application-client/openvidu-ionic/src/app/app.component.ts b/application-client/openvidu-ionic/src/app/app.component.ts index 4504ca51..997cf6d4 100644 --- a/application-client/openvidu-ionic/src/app/app.component.ts +++ b/application-client/openvidu-ionic/src/app/app.component.ts @@ -2,13 +2,10 @@ import { HttpClient } from '@angular/common/http'; import { Component, OnDestroy, signal } from '@angular/core'; import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms'; import { - AlertController, IonApp, IonButton, IonButtons, IonContent, - IonFab, - IonFabButton, IonFooter, IonHeader, IonIcon, @@ -59,8 +56,6 @@ var LIVEKIT_URL = ''; IonTitle, IonButtons, IonButton, - IonFab, - IonFabButton, IonIcon, IonContent, IonList, @@ -86,7 +81,7 @@ export class AppComponent implements OnDestroy { settingUrls = signal(false); - constructor(private httpClient: HttpClient, private platform: Platform, private alertController: AlertController) { + constructor(private httpClient: HttpClient, private platform: Platform) { this.configureUrls(); addIcons({ logoGithub,