File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3
3
"project" : {
4
- "name" : " angular2 -json-schema-form"
4
+ "name" : " ng -json-schema-form"
5
5
},
6
6
"apps" : [
7
7
{
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ This library is released under the [MIT](https://opensource.org/licenses/MIT) Li
33
33
## <a name =" coc " ></a > Code of Conduct
34
34
Be courteous to other people. If you're not sure how to do that, please read and follow our [ Code of Conduct] [ code-of-conduct ] .
35
35
36
- [ new-issue ] : https://github.com/dschnelldavis/angular2 -json-schema-form/issues/new
37
- [ pull-requests ] : https://github.com/dschnelldavis/angular2 -json-schema-form/pulls
38
- [ github ] : https://github.com/dschnelldavis/angular2 -json-schema-form
36
+ [ new-issue ] : https://github.com/shamoons/ng -json-schema-form/issues/new
37
+ [ pull-requests ] : https://github.com/shamoons/ng -json-schema-form/pulls
38
+ [ github ] : https://github.com/shamoons/ng -json-schema-form
39
39
[ js-style-guide ] : https://google.github.io/styleguide/jsguide.html
40
40
[ jsfiddle ] : http://jsfiddle.net
41
41
[ plunker ] : http://plnkr.co/edit
42
42
[ runnable ] : http://runnable.com
43
43
[ stackoverflow ] : http://stackoverflow.com/questions/tagged/angular2-json-schema-form
44
- [ code-of-conduct ] : https://github.com/dschnelldavis/angular2 -json-schema-form/CODE_OF_CONDUCT.md
44
+ [ code-of-conduct ] : https://github.com/shamoons/ng -json-schema-form/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change 1
- # Angular JSON Schema Form
1
+ # NG JSON Schema Form
2
2
3
3
[ ![ npm version] ( https://img.shields.io/npm/v/ng-json-schema-form.svg?style=plastic )] ( https://www.npmjs.com/package/ng-json-schema-form ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/ng-json-schema-form.svg?style=plastic )] ( https://www.npmjs.com/package/ng-json-schema-form ) [ ![ GitHub MIT License] ( https://img.shields.io/github/license/shamoons/ng-json-schema-form.svg?style=social )] ( https://github.com/shamoons/ng-json-schema-form )
4
4
[ ![ Dependencies] ( https://david-dm.org/shamoons/ng-json-schema-form.svg )] ( https://david-dm.org/shamoons/ng-json-schema-form ) [ ![ devDependencies] ( https://david-dm.org/shamoons/ng-json-schema-form/dev-status.svg )] ( https://david-dm.org/shamoons/ng-json-schema-form?type=dev )
Original file line number Diff line number Diff line change 5
5
"name" : " Shamoon Siddiqui" ,
6
6
"email" : " shamoon@develop.io"
7
7
},
8
- "description" : " Angular JSON Schema Form builder" ,
8
+ "description" : " NG JSON Schema Form builder" ,
9
9
"keywords" : [
10
10
" Angular" ,
11
11
" ng" ,
28
28
"bugs" : {
29
29
"url" : " https://github.com/shamoons/ng-json-schema-form/issues"
30
30
},
31
- "main" : " ./bundles/angular2 -json-schema-form.umd.js" ,
32
- "module" : " ./angular2 -json-schema-form.es5.js" ,
33
- "es2015" : " ./angular2 -json-schema-form.js" ,
34
- "typings" : " ./angular2 -json-schema-form.d.ts" ,
31
+ "main" : " ./bundles/ng -json-schema-form.umd.js" ,
32
+ "module" : " ./ng -json-schema-form.es5.js" ,
33
+ "es2015" : " ./ng -json-schema-form.js" ,
34
+ "typings" : " ./ng -json-schema-form.d.ts" ,
35
35
"engines" : {
36
36
"node" : " >= 6.9.0" ,
37
37
"npm" : " >= 3.0.0"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
18
18
// To include JsonSchemaFormModule after downloading from NPM, use this instead:
19
19
//
20
- // import { JsonSchemaFormModule, NoFrameworkModule } from 'angular2 -json-schema-form';
20
+ // import { JsonSchemaFormModule, NoFrameworkModule } from 'ng -json-schema-form';
21
21
//
22
22
// but replace "NoFrameworkModule" with the framework you want to use,
23
23
// then import both JsonSchemaFormModule and the framework module, like this:
Original file line number Diff line number Diff line change 1
1
Sources:
2
2
3
- * ng-jsf-...json files are new examples created for angular2 -json-schema-form
3
+ * ng-jsf-...json files are new examples created for ng -json-schema-form
4
4
5
5
* json-schema-draft...json files are JSON Meta-Schemas,
6
6
[ available here] ( http://json-schema.org/specification-links.html )
Original file line number Diff line number Diff line change 7
7
"baseUrl" : " " ,
8
8
"types" : [],
9
9
"paths" : {
10
- "angular2 -json-schema-form" : [
10
+ "ng -json-schema-form" : [
11
11
" ../../src"
12
12
]
13
13
}
Original file line number Diff line number Diff line change 14
14
"angularCompilerOptions" : {
15
15
"strictMetadataEmit" : true ,
16
16
"skipTemplateCodegen" : true ,
17
- "flatModuleOutFile" : " angular2 -json-schema-form.js" ,
18
- "flatModuleId" : " angular2 -json-schema-form" ,
17
+ "flatModuleOutFile" : " ng -json-schema-form.js" ,
18
+ "flatModuleId" : " ng -json-schema-form" ,
19
19
"genDir" : " ../../out-ngc/lib-gen-dir/"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 15
15
"angularCompilerOptions" : {
16
16
"strictMetadataEmit" : true ,
17
17
"skipTemplateCodegen" : true ,
18
- "flatModuleOutFile" : " angular2 -json-schema-form.js" ,
19
- "flatModuleId" : " angular2 -json-schema-form" ,
18
+ "flatModuleOutFile" : " ng -json-schema-form.js" ,
19
+ "flatModuleId" : " ng -json-schema-form" ,
20
20
"genDir" : " ../../out-ngc/lib-gen-dir/"
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments