File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/nativescript-ngrx-devtools Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This plugin allows you to use NgRx devtools with NativeScript.
7
7
Firstly, run:
8
8
9
9
``` bash
10
- npm i @valor/nativescript-ngrx-devtools
10
+ npm i @valor/nativescript-ngrx-devtools @valor/nativescript-websockets
11
11
```
12
12
13
13
Import ` @valor/nativescript-websockets ` in your ` polyfills.ts ` :
Original file line number Diff line number Diff line change 4
4
"lib" : {
5
5
"entryFile" : " src/index.ts"
6
6
},
7
- "assets" : [" nativescript.webpack.js" , " README.md" ]
7
+ "assets" : [" nativescript.webpack.js" , " README.md" ],
8
+ "allowedNonPeerDependencies" : [" jsan" , " socketcluster-client" ]
8
9
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " ^13.2.0" ,
6
- "@angular/core" : " ^13.2.0"
6
+ "@angular/core" : " ^13.2.0" ,
7
+ "@valor/nativescript-websockets" : " ^1.0.0"
7
8
},
8
9
"dependencies" : {
9
- "@valor/nativescript-websockets" : " ^1.0.0" ,
10
10
"jsan" : " ^3.1.14" ,
11
11
"socketcluster-client" : " ^14.3.2" ,
12
12
"tslib" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments