ngx-json-viewer:Angular HTML中的JSON格式化程序和查看器

时间:2024-02-22 09:38:09
【文件属性】:

文件名称:ngx-json-viewer:Angular HTML中的JSON格式化程序和查看器

文件大小:215KB

文件格式:ZIP

更新时间:2024-02-22 09:38:09

angular json-format angular5 angular6 ngx-json-viewer

ngx-json-viewer Angular的JSON格式化程序和查看器 现场演示: : 安装 npm install ngx-json-viewer 要么 yarn add ngx-json-viewer 对于较旧的Angular: # For Angular 4/5/6/7: npm install ngx-json-viewer@2 # For Angular 2: npm install ngx-json-viewer@1 NPM软件包: : 用法 在您的app.module.ts导入NgxJsonViewerModule像 import { NgxJsonViewerModule } from 'ngx-json-viewer' ; @ NgModule ( { ... , imports : [ ... , NgxJsonViewerModule , ... ] , ... } ) export class AppModule { } 在您的组件中: < ngx-json-viewer [json] =" so


【文件预览】:
ngx-json-viewer-master
----yarn.lock(107KB)
----index.ts(158B)
----src()
--------ngx-json-viewer.module.ts(359B)
--------ngx-json-viewer()
----example()
--------tsconfig.spec.json(333B)
--------yarn.lock(382KB)
--------.browserslistrc(703B)
--------src()
--------angular.json(3KB)
--------tsconfig.json(458B)
--------tslint.json(3KB)
--------README.md(1016B)
--------tsconfig.app.json(287B)
--------.editorconfig(274B)
--------.gitignore(631B)
--------karma.conf.js(1KB)
--------e2e()
--------package.json(1KB)
----tsconfig.json(654B)
----LICENSE(1KB)
----README.md(965B)
----.gitignore(904B)
----package.json(1KB)

网友评论