feat: Implementar ion-chips, bypass de pago y mejoras UI
- Implementar ion-chips para categorías y keywords en hero page - Agregar bypass de pago en hire page para pruebas - Mover progress bar en dashboard - Corregir shared-components module (remover AccordionComponent eliminado) - Corregir eventos Ionic (ionInput/ionChange) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,15 +2,12 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [AccordionComponent],
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule,
|
||||
IonicModule
|
||||
],
|
||||
exports: [
|
||||
]
|
||||
exports: []
|
||||
})
|
||||
export class SharedComponentsModule { }
|
||||
|
||||
Reference in New Issue
Block a user