jsondiffpatch
jsondiffpatch copied to clipboard
Custom Formatters
How would I create a custom formatter if I’ve installed jsondiffpatch via npm?
I am trying to turn off the a game arrows and figure one way I can do that is by using a custom formatter which extends the existing HtmlFormatter.
Would I need to copy the source code into my Angular project to accomplish this?