Skip to content

gofynd/angular-json-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Json viewer

Angular JSON Viewer component. JSON in HTML with syntax highlight like Chrome DevTools.

Install

npm install @gofynd/angular-json-viewer --save

Usage

import FyAngularJsonViewerModule to use in angular app.

import { FyAngularJsonViewerModule } from '@gofynd/angular-json-viewer';

@NgModule({
    ...,
    imports: [
        ...,
        FyAngularJsonViewerModule,
        ...
    ],
    ...
})
export class AppModule { }
<fy-angular-json-viewer [json]="object"></fy-angular-json-viewer>

About

Angular2+ JSON Viewer component. JSON in HTML with syntax highlight like Chrome DevTools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published