In my Angular app, I push objects to an array like this:
castPictures: any = [] this.castPictures.push({ actor: actor, url: actPics})
My p