You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2021. It is now read-only.
I had some errors after including the Ng2ImageGalleryModule dependency. It turned out it has a dependency on angular/material, which I hadn't install.
After installing the angular/material the import succeeded.
Also, including the scss file triggers some errors about fontawesome. Instead I included the css in the styles section of .angular-cli.json, which after it worked.