CodeSandbox
codesandbox.io › examples › package › ngx-json-viewer
ngx-json-viewer examples - CodeSandbox
Use this online ngx-json-viewer playground to view and fork ngx-json-viewer example apps and templates on CodeSandbox.
GitHub
github.com › hivivo › ngx-json-viewer
GitHub - hivivo/ngx-json-viewer: JSON formatter and viewer in HTML for Angular · GitHub
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...
Starred by 182 users
Forked by 72 users
Languages TypeScript 68.2% | SCSS 13.3% | HTML 9.0% | JavaScript 9.0% | CSS 0.5%
npm
npmjs.com › package › ngx-json-viewer
ngx-json-viewer - npm
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...
» npm install ngx-json-viewer
Published Nov 21, 2022
Version 3.2.1
Author Vivo Xu
Repository https://github.com/hivivo/ngx-json-viewer
Bdir
p.bdir.in › p › json-formatter-and-viewer-for-angular-56 › 6123
JSON Formatter And Viewer For Angular 5/6+ | AngularJs Plugin
<ngx-json-viewer [json]="someObject"></ngx-json-viewer> To collapse all nodes at first: <ngx-json-viewer [json]="someObject" [expanded]="false"></ngx-json-viewer> RG-Slider : AngularJS Range Slider · Angular HTML5 Drag and Drop Directive · AngularJS Pageslide Directive ·
CloudDefense.ai
clouddefense.ai › code › javascript › example › ngx-json-viewer
Top 10 Examples of ngx-json-viewer code in Javascript
material_1.MatInputModule, material_1.MatRadioModule, material_1.MatSelectModule, material_1.MatSliderModule, material_1.MatProgressBarModule, material_1.MatTabsModule, material_1.MatButtonToggleModule, forms_1.ReactiveFormsModule, table_1.TableModule, angular2_text_mask_1.TextMaskModule, ngx_echarts_1.NgxEchartsModule, angular2_toaster_1.ToasterModule.forRoot(), primeng_1.TooltipModule, app_routing_module_1.AppRoutingModule, dynamic_form_builder_module_1.DynamicFormBuilderModule, ngx_json_viewer_1.NgxJsonViewerModule, fusejs_module_1.FuseJsModule, ngx_order_pipe_1.OrderModule, ngx_pagination_
jsDelivr
jsdelivr.com › package › npm › ngx-json-viewer
ngx-json-viewer CDN by jsDelivr - A CDN for npm and GitHub
November 21, 2022 - A free, fast, and reliable CDN for ngx-json-viewer. JSON formatter / viewer for Angular
Published Jul 14, 2017
Repository https://github.com/hivivo/ngx-json-viewer
YouTube
youtube.com › watch
Angular ngx-json-viewer Example to Build JSON Viewer With Syntax Highlighter inside Browser - YouTube
Get the full source code of application here:https://codingshiksha.com/angular/angular-ngx-json-viewer-example-to-build-json-viewer-with-syntax-highlighter-i...
Published January 26, 2025
GitHub
github.com › jy95 › ngx-json-schema-viewer
GitHub - jy95/ngx-json-schema-viewer: JSON Schema Viewer in Angular
import { NgxJsonSchemaViewerComponent, JSV_OPTIONS } from "ngx-json-schema-viewer"; import { Component } from '@angular/core'; @Component({ selector: 'app-root', standalone: true, imports: [NgxJsonSchemaViewerComponent], providers: [ { provide: JSV_OPTIONS, useValue: {} } ], template: ` <div> <ngx-json-schema-viewer [schema]="jsonSchema"></ngx-json-schema-viewer> </div> ` }) export class AppComponent { // Your JSON Schema here jsonSchema = { "type": "array", "items": [ { "type": "integer" }, { "type": "string" } ], "additionalItems": false }; } Parameter ·
Author jy95
GitHub
github.com › hivivo › ngx-json-viewer › blob › main › src › ngx-json-viewer › ngx-json-viewer.component.ts
ngx-json-viewer/src/ngx-json-viewer/ngx-json-viewer.component.ts at main · hivivo/ngx-json-viewer
selector: 'ngx-json-viewer', templateUrl: './ngx-json-viewer.component.html', styleUrls: ['./ngx-json-viewer.component.scss'] }) export class NgxJsonViewerComponent implements OnChanges { · @Input() json: any; @Input() expanded = true; @Input() depth = -1; ·
Author hivivo
UNPKG
unpkg.com › ngx-json-viewer
ngx-json-viewer
JSON formatter / viewer for Angular · github.com/hivivo/ngx-json-viewer
Stack Overflow
stackoverflow.com › questions › 51327883 › ngx-json-viewer-has-all-json-fields-collapsed-or-none
angular - Ngx-json-viewer has all json fields collapsed or none? - Stack Overflow
<ngx-json-viewer class="" [json]="avroData" [expanded]="false"></ngx-json-viewer>
GitHub
github.com › jlewczyk › ngx-json-viewer
GitHub - jlewczyk/ngx-json-viewer: JSON formatter and viewer in HTML for Angular 2/4/5/6+
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...
Author jlewczyk
GitHub
github.com › hivivo › ngx-json-viewer › blob › main › package.json
ngx-json-viewer/package.json at main · hivivo/ngx-json-viewer
"homepage": "https://github.com/hivivo/ngx-json-viewer#readme", "scripts": { "build": "ng-packagr -p ng-package.json", "release": "yarn build && yarn publish ./dist", "start": "yarn build && yarn --cwd ./example add ../dist && yarn --cwd ./example start" }, "dependencies": {}, "devDependencies": { "@angular/common": "^14.0.0", "@angular/compiler": "^14.0.0", "@angular/compiler-cli": "^14.0.0", "@angular/core": "^14.0.0", "ng-packagr": "^14.0.2", "rxjs": "~7.5.0", "tslib": "^2.3.0", "typescript": "~4.7.2", "zone.js": "~0.11.4" } }
Author hivivo
GitHub
github.com › n3wtron › ngx-json-viewer2
GitHub - n3wtron/ngx-json-viewer2: JSON formatter and viewer in HTML for Angular 2/4/5/6/7+
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...
Author n3wtron
GitHub
github.com › HusFNS › ngx-json-viewer-1
GitHub - HusFNS/ngx-json-viewer-1: JSON formatter and viewer in HTML for Angular 2/4/5/6/7+
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...
Author HusFNS
Npm
npm.io › package › ngx-json-viewer
Ngx-json-viewer NPM | npm.io
import { NgxJsonViewerModule } from 'ngx-json-viewer'; @NgModule({ ..., imports: [ ..., NgxJsonViewerModule, ...