Press "Enter" to skip to content

JSON Formatter and Viewer In HTML for Angular

ngx-json-viewer is JSON formatted and viewer for Angular 2/3/4/5/6+.

json viewer angular stackblitz, angular json viewer and editor, ngx json viewer style, ngx json viewer example, ngx json viewer alternative, ngx json viewer scroll

How to make use of it:

Install:

npm install ngx-json-viewer
or
yarn add ngx-json-viewer

1. In your app.module.ts import NgxJsonViewerModule like:

import { NgxJsonViewerModule } from 'ngx-json-viewer';

@NgModule({
  ...,
  imports: [
    ...,
    NgxJsonViewerModule,
    ...
  ],
  ...
})
export class AppModule { }

2. In your component:

<ngx-json-viewer [json]="someObject"></ngx-json-viewer>

3. To collapse all nodes at first:

<ngx-json-viewer [json]="someObject" [expanded]="false"></ngx-json-viewer>

4. To only expand 3 levels:

<ngx-json-viewer [json]="someObject" [depth]="3"></ngx-json-viewer>

Compare Before and After Images Comparison Slider | image-compare-viewer

JSON Formatter And Viewer For Angular, ngx-json-viewer Plugin/Github


See Demo And Download

Official Website(hivivo): Click Here

This superior jQuery/javascript plugin is developed by hivivo. For extra advanced usage, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *