ngx-json-viewer
ngx-json-viewer copied to clipboard
feat: if data has URL display it as hyperlink
Resolves #131, resolves #132
Implementation
- New segment type introduced
link
- Path or URL is detected and appropriate CSS is applied. (purple colour, text underlined)
- In such case, the segment is clickable
- When clicked, output event is fired:
segmentLinkClicked
payload is typestring
containing the clicked segmentvalue