Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ert78gb/ng-html-util
Tiny html utility pack
https://github.com/ert78gb/ng-html-util
Last synced: 13 days ago
JSON representation
Tiny html utility pack
- Host: GitHub
- URL: https://github.com/ert78gb/ng-html-util
- Owner: ert78gb
- Created: 2017-04-24T14:05:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:42:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T01:50:27.168Z (8 months ago)
- Language: TypeScript
- Size: 657 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
ng-html-util
======================This package contains a few helper functions to manipulate the DOM.
# Functions
**convertNumberToPx** Append the px suffix to the input value**convertPxToNumber** Remove the px suffix from the input value
**extractElementPosition** Calculate the HTML element top left position
# Remarks
The version number upgraded to 3.x because the build process changed.