ng-auto-position 0.0.3 → 0.0.4

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 CHANGED
@@ -169,7 +169,7 @@ HTML
169
169
  TypeScript
170
170
 
171
171
  ```typescript
172
- import { AutoPositionElementDirective } from "@roshan-ng/ng-auto-position";
172
+ import { AutoPositionElementDirective } from "ng-auto-position";
173
173
 
174
174
  @Component({
175
175
  standalone: true,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-auto-position",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Angular directive for auto positioning dropdowns and popovers",
5
5
  "dependencies": {
6
6
  "@angular/animations": "^17.3.0",
Binary file