Open ghost opened 4 years ago
I had this issue while also using Angular Material and ended up importing font-awesome in the main styles.scss file with this which worked without clashing with the Material css.
@import '../node_modules/font-awesome/css/font-awesome.css';
Any idea how can I move the thumbnails images to the left position instead of at bottom
Working with angular 10 with material design the arrow on the image and thumbnail is not displayed, however setting with the
thumbnailsArrows: true
seems not to be workingI don't want to install
font-awesome.css
, Since I am using angular material