File tree 4 files changed +17
-4
lines changed
4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 50
50
},
51
51
"defaults" : {
52
52
"styleExt" : " css" ,
53
+ "build" : {
54
+ "showCircularDependencies" : false
55
+ },
53
56
"component" : {
54
57
"inlineStyle" : true ,
55
58
"inlineTemplate" : true ,
Original file line number Diff line number Diff line change 7
7
[ ![ Build Status] ( https://travis-ci.org/reyesoft/ngx-jsonapi.svg?branch=master )] ( https://travis-ci.org/reyesoft/ngx-jsonapi ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/b097196f7f544412a79a99080a41bbc1 )] ( https://www.codacy.com/app/Swimlane/ngx-charts?utm_source=github.com&utm_medium=referral&utm_content=swimlane/ngx-charts&utm_campaign=Badge_Grade ) [ ![ npm version] ( https://badge.fury.io/js/ngx-jsonapi.png )] ( https://badge.fury.io/js/ngx-jsonapi )
8
8
9
9
</div >
10
-
11
10
This is a JSON API library for Angular 4+. Please use [ ts-angular-jsonapi] ( https://github.com/reyesoft/ts-angular-jsonapi ) for AngularJS.
12
11
13
12
## Online demo
14
13
15
14
You can test library on this online example 👌 < http://ngx-jsonapi.reyesoft.com/ > .
16
15
16
+ <div align =" center " >
17
+
18
+ [ ![ demo app] ( https://user-images.githubusercontent.com/938894/39630783-c6f55ed4-4f86-11e8-9376-9acb587fe4c4.gif )] ( http://ngx-jsonapi.reyesoft.com/ )
19
+
20
+ </div >
21
+
17
22
Data is obtained from [ Json Api Playground] ( http://jsonapiplayground.reyesoft.com/ ) .
18
23
19
24
## Supported features
Original file line number Diff line number Diff line change 14
14
"module" : " es2015" ,
15
15
"types" : [],
16
16
"baseUrl" : " ." ,
17
- "rootDir" : " ../"
17
+ "rootDir" : " ../" ,
18
+ "paths" : {
19
+ "ngx-jsonapi" : [
20
+ " ../src"
21
+ ]
22
+ }
18
23
},
19
24
"exclude" : [
20
25
" ../node_modules" ,
Original file line number Diff line number Diff line change 12
12
"coverage:html" : " nyc report --reporter=html" ,
13
13
"copy:dist" : " ncp dist/ ./node_modules/ngx-jsonapi/" ,
14
14
"start" : " yarn run demo:start" ,
15
- "demo:start" : " yarn run build && yarn run copy:dist && yarn run cli serve" ,
16
- "demo:start:aot" : " yarn run build && yarn run copy:dist && yarn run cli serve --aot " ,
15
+ "demo:start" : " yarn run cli serve" ,
16
+ "demo:start:aot" : " yarn run cli serve -prod " ,
17
17
"demo:test" : " jest --watch" ,
18
18
"demo:build" : " yarn build && yarn run copy:dist && yarn cli build -prod --base-href \" /\" --output-path \" ./demo-dist\" " ,
19
19
"demo:release" : " ts-node ./build/demo-release.ts" ,
You can’t perform that action at this time.
0 commit comments