kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

feat: add thumbnailClasses config option #20

Closed lukasmatta closed 4 years ago

lukasmatta commented 4 years ago

Option to add custom classes to component Closes kolkov/ngx-gallery#19

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   38.81%   38.89%   +0.08%     
==========================================
  Files          16       16              
  Lines         706      707       +1     
  Branches      147      147              
==========================================
+ Hits          274      275       +1     
  Misses        395      395              
  Partials       37       37              
Impacted Files Coverage Δ
projects/gallery/src/lib/ngx-gallery-options.ts 90.12% <100.00%> (+0.12%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fae6bbd...16f2333. Read the comment docs.

kolkov commented 4 years ago

Thanks for the PR.