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:
CarlosTorres
2026-01-27 23:48:16 +00:00
parent 4afaf69d10
commit 22e4585bb9
8 changed files with 231 additions and 45 deletions

View File

@@ -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 { }