dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AccountCardModule cluster_AccountCardModule_imports cluster_AccountCardModule_exports IonCardHeader IonCardHeader AccountCardModule AccountCardModule IonCardHeader->AccountCardModule IonCardSubtitle IonCardSubtitle IonCardSubtitle->AccountCardModule IonCardTitle IonCardTitle IonCardTitle->AccountCardModule IonCol IonCol IonCol->AccountCardModule IonProgressBar IonProgressBar IonProgressBar->AccountCardModule IonRow IonRow IonRow->AccountCardModule IonCardHeader IonCardHeader AccountCardModule->IonCardHeader IonCardSubtitle IonCardSubtitle AccountCardModule->IonCardSubtitle IonCardTitle IonCardTitle AccountCardModule->IonCardTitle IonCol IonCol AccountCardModule->IonCol IonProgressBar IonProgressBar AccountCardModule->IonProgressBar IonRow IonRow AccountCardModule->IonRow
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import {
  IonRow,
  IonCol,
  IonCardHeader,
  IonCardTitle,
  IonCardSubtitle,
  IonProgressBar,
} from '@ionic/angular/standalone';

@NgModule({
  declarations: [],
  imports: [
    CommonModule,
    IonRow,
    IonCol,
    IonCardHeader,
    IonCardTitle,
    IonCardSubtitle,
    IonProgressBar,
  ],
  exports: [
    CommonModule,
    IonRow,
    IonCol,
    IonCardHeader,
    IonCardTitle,
    IonCardSubtitle,
    IonProgressBar,
  ],
})
export class AccountCardModule {}

results matching ""

    No results matching ""