We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b04709 commit f0fd966Copy full SHA for f0fd966
libs/angular-three/ng-package.json
@@ -4,5 +4,5 @@
4
"lib": {
5
"entryFile": "src/index.ts"
6
},
7
- "allowedNonPeerDependencies": ["ngx-resize"]
+ "allowedNonPeerDependencies": ["ngx-resize", "@rx-angular/state"]
8
}
libs/angular-three/package.json
@@ -27,6 +27,7 @@
27
28
"dependencies": {
29
"ngx-resize": "^1.0.0",
30
+ "@rx-angular/state": "^1.7.0",
31
"tslib": "^2.3.0"
32
33
"sideEffects": false
0 commit comments