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

196
Vistas
Uppy angular package not giving screencast option

I am using angular package @uppy/angular to create an uppy component in my application. I am successfully loaded uppy upload window, but at the same time am not able to add screencast option through this.

my component file

   import { Component } from '@angular/core';
import { Uppy } from '@uppy/core'
import Dashboard from '@uppy/dashboard';
import ScreenCapture from '@uppy/screen-capture';
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css',
  '../../node_modules/@uppy/core/dist/style.css',
    '../../node_modules/@uppy/dashboard/dist/style.css'
  ]
})
export class AppComponent {
  uppy: Uppy = new Uppy({
    debug: true,
    autoProceed: false,
    allowMultipleUploadBatches:true,
    
    restrictions: {
      maxFileSize: 1000000,
      maxNumberOfFiles: 3,
      minNumberOfFiles: 2,
      
    }
  }).use(ScreenCapture, {  });
  obj = {height:350,inline:true};
}

And my template file

    <uppy-dashboard-modal [uppy]='uppy'  [props]='obj' [open]=true >
<uppy-dashboard-modal>

Any help/suggestion would be appreciated, Thanks

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