ng2-dragula icon indicating copy to clipboard operation
ng2-dragula copied to clipboard

Fixed the code sample code for ngFor

Open aartisharma22 opened this issue 6 years ago • 1 comments

The text that appears on https://valor-software.com/ng2-dragula/index.html in ngFor example is incorrect and doesn't work if copied as is. So this modification to fix it so anybody can copy it directly from demo site.

Please briefly describe your changes, and explain any choices you made.

Relevant issues

Please include references to any relevant issues.

Before submitting

If your pull request includes changes to the library code:

  • [ ] Add tests (in modules/ng2-dragula/src/spec/...) for any code you have changed
  • [ ] Make sure the test suite passes
  • [ ] Make sure the demo app isn't broken

aartisharma22 avatar Apr 30 '19 07:04 aartisharma22

Codecov Report

Merging #956 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #956   +/-   ##
=====================================
  Coverage      84%    84%           
=====================================
  Files           8      8           
  Lines         300    300           
  Branches       38     38           
=====================================
  Hits          252    252           
  Misses         31     31           
  Partials       17     17

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 838027c...ea6215a. Read the comment docs.

codecov[bot] avatar Apr 30 '19 07:04 codecov[bot]