DEV Community

Discussion on: Passing data between nested components with Angular

 
danielfrugoni profile image
DanielFrugoni

@Component({
selector: 'upload-imagen', ....

and ...
export class imageUploadComponent {
@Input() imagen: any;

Could it be that passing parameter has a size limit ?

Thx

Thread Thread
 
danielfrugoni profile image
DanielFrugoni

yes