I use angular 11. I typed npm install ngx-gallery --save in the terminal and loaded the ngx-gallery package. Then I made the import process in the module.ts file as stated in the documentation. at first it gave the error on the link.I converted the renderers in the lines specified in the terminal endings to renderer2. This problem has disappeared. Now in the console 'Type NgxGalleryModule does not have' ɵmod 'property.' I have followed exactly what is said in the documentation. how can i solve this problem?
Asked
Active
Viewed 1,365 times
2
-
I am facing similar issue with ngx-leaflet-draw during unit testing any components which references the module. – Vaisakh Rajagopal Apr 21 '21 at 18:37
-
I got it resolved by running ngcc. https://stackoverflow.com/q/67202351/1926476 – Vaisakh Rajagopal Apr 22 '21 at 09:14