|
@@ -1,4 +1,5 @@
|
|
|
import { Component } from '@angular/core';
|
|
|
+import { IonTextarea } from '@ionic/angular/standalone';
|
|
|
import {
|
|
|
IonHeader, IonToolbar, IonTitle, IonButtons, IonButton, IonIcon,
|
|
|
IonContent, IonCard, IonCardHeader, IonCardTitle, IonCardSubtitle,
|
|
@@ -18,6 +19,7 @@ import {
|
|
|
styleUrls: ['tab2.page.scss'],
|
|
|
standalone: true,
|
|
|
imports: [
|
|
|
+ IonTextarea,
|
|
|
IonHeader, IonToolbar, IonTitle, IonButtons, IonButton, IonIcon,
|
|
|
IonContent, IonCard, IonCardHeader, IonCardTitle, IonCardSubtitle,
|
|
|
IonCardContent, IonProgressBar, IonGrid, IonRow, IonCol, IonListHeader,
|