ng-auto-position 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/ng-auto-position-0.0.7.tgz +0 -0
- package/package.json +3 -2
- package/ng-auto-position-0.0.5.tgz +0 -0
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This directive is designed for cases where **Angular CDK Overlay is too heavy**,
|
|
|
11
11
|
|
|
12
12
|
Try it directly in your browser:
|
|
13
13
|
|
|
14
|
-
👉 [https://
|
|
14
|
+
👉 [https://ngautoposition-jysw--4200--31fc58ec.local-credentialless.webcontainer.io/](https://ngautoposition-jysw--4200--31fc58ec.local-credentialless.webcontainer.io/)
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-auto-position",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Angular directive for auto positioning dropdowns and popovers",
|
|
5
|
+
"private": false,
|
|
5
6
|
"dependencies": {
|
|
6
7
|
"@angular/animations": "^17.3.0",
|
|
7
8
|
"@angular/common": "^17.3.0",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"type": "git",
|
|
52
53
|
"url": "https://github.com/roshan2197/ng-auto-position"
|
|
53
54
|
},
|
|
54
|
-
"homepage": "https://
|
|
55
|
+
"homepage": "https://ngautoposition-jysw--4200--31fc58ec.local-credentialless.webcontainer.io/",
|
|
55
56
|
"module": "fesm2022/ng-auto-position.mjs",
|
|
56
57
|
"typings": "index.d.ts",
|
|
57
58
|
"exports": {
|
|
Binary file
|