Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

252
Vistas
Scroll to images that uploaded from computer

I would be very happy to help I uploaded many pictures from my computer and I want there to be an option for scrolling to pictures. my code in html:

<div>
    <input accept=".jpeg,.jpg ,.png" type="file" class="file-input" multiple="multiple" (change)="selectFile($event)"
        #fileUpload>
    <mat-card>
        <button mat-icon-button class="upload-btn" (click)="fileUpload.click()">
            <mat-icon><span class="material-icons">add</span></mat-icon>
        </button>
    </mat-card>
</div>

<div class="row">
    <div class="image-box" *ngFor="let image of Images ; let i = index">
        <img src={{image.url}} alt="Img" style=" width: 100px; height: 100px;">
      <button class="btn"`enter code here` mat-icon-button (click)="removeImage(i)">
          <mat-icon><span class="material-icons">delete_outline</span></mat-icon>
      </button>``
    </div>  
</div>

This is how it looks in practice

enter image description here

How do I make the pictures appear to me with a scroll? Like the following picture:

enter image description here

I would be very happy to help, I am new in Angular :) !!!! Thank you !!!

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda