ngx-gallery

kolkov/ngx-gallery not displaying Image

佐手、 提交于 2021-02-11 12:47:23
问题 I'm new to Angular, I'm trying to add Image gallery in my project. Image gallery works if use the hard coded data in this.galleryImages[] but when I pass my subscribe data into this.galleryImages[] it not showing anything. Note I can see my data in console. Its not only binding in Ngx gallery. This is the link form ngx-gallery repo: https://www.npmjs.com/package/@kolkov/ngx-gallery This is the image showing my gallery but only showing when I input hardcoded data not the data coming from my

kolkov/ngx-gallery not displaying Image

久未见 提交于 2021-02-11 12:46:00
问题 I'm new to Angular, I'm trying to add Image gallery in my project. Image gallery works if use the hard coded data in this.galleryImages[] but when I pass my subscribe data into this.galleryImages[] it not showing anything. Note I can see my data in console. Its not only binding in Ngx gallery. This is the link form ngx-gallery repo: https://www.npmjs.com/package/@kolkov/ngx-gallery This is the image showing my gallery but only showing when I input hardcoded data not the data coming from my