I am working on a feature where need to display logs data from various app into an angular app.
I have back-end services which reads logs data for selected app and send them to angular UI.
I am using a text area control to display these logs but it looks very ugly.
Is there any free angular/javascript package available for view logs data in more colorful manner?
You can use prism.js, I'm not sure if it has out of the box support for syslog kind of syntax highlighting but you can extend it for your needs. https://prismjs.com/extending.html