HubertDzikuc / DatingApp-FrontEnd

Front end part of Dating App based on Neil Cummings Udemy course
0 stars 0 forks source link

ngx gallery doesn't work with Angular9 (Renderer2 error) #1

Closed HubertDzikuc closed 4 years ago

HubertDzikuc commented 4 years ago

node_modules/@angular/core/core.d 5680 export declare abstract class Renderer2 {

'Renderer2' is declared here.

HubertDzikuc commented 4 years ago

using this version of ngx-gallery https://github.com/kolkov/ngx-gallery

with: <ngx-gallery [options]="galleryOptions" [images]="galleryImages" [ngStyle]="{display:'inline-block'}"></ngx-gallery> solves the problem.