DEV Community

Discussion on: Passing data between nested components with Angular

 
chiangs profile image
Stephen Chiang

Hi I can't really debug for you from here... But have you imported input?

Thread Thread
 
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