Its angular json object viewer component.
npm install @gofynd/angular-json-viewerAngular JSON Viewer component. JSON in HTML with syntax highlight like Chrome DevTools.
```
npm install @gofynd/angular-json-viewer --save
`js
import { FyAngularJsonViewerModule } from '@gofynd/angular-json-viewer';
@NgModule({
...,
imports: [
...,
FyAngularJsonViewerModule,
...
],
...
})
export class AppModule { }
`
`html``