文件名称:angular-json-schema-generator:用于从给定 JSON 生成架构的 Angular 服务
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-26 06:51:53
JavaScript
angular-json-schema-generator 用于从给定 JSON 生成 JSON 模式的 Angular 服务 项目基于的节点库 ##Installation - 下载 zip - 在索引文件中包含 AngularJSONSchemaGenerator.js - 在你的 Angular 应用程序中添加模块: angular.module('app', ['ngSchemaGenerator']) - Use in your Controller: angular.module('app').controller('schemaGeneratorCtrl', function(SchemaGenerator){ $scope.schema = SchemaGenerator.generate({key:"value"}); })
【文件预览】:
angular-json-schema-generator-master
----AngularJSONSchemaGenerator.js(14KB)
----README.md(591B)