ngx-lite icon indicating copy to clipboard operation
ngx-lite copied to clipboard

:package: A collection of lightweight Angular libraries in a single mono repo

Results 38 ngx-lite issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Following the installation instruction, JSON ld module creating script tag but it doesn't check duplicate. So if we route back to the page again, it will create...

**Describe the bug** `npm install --save @ngx-lite/input-timepicker` fails with module not found. **To Reproduce** Run npm command above **Expected behavior** npm successfully installs the package and users can then import...

**Describe the bug** If you have several instances of `ngx-menu` on a page (e.g. in a row for each entity in a list), each one attaches an event listener for...

**Describe the bug** changeDetection doesn't work when set new value directly with control.setValue() with @ngx-lite/input-star-rating component **To Reproduce** Steps to reproduce the behavior: 1. Working https://stackblitz.com/edit/angular-7ukkya reproducible demo 3. Click...

There are little to no unit tests. A few e2e tests. Additional tests need to be added asap.

**Is your feature request related to a problem? Please describe.** use [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) like https://github.com/TradeMe/ng-defer-load for in-viewport module **Describe the solution you'd like** A clear and concise description of...

performance

Use the × html value instead of the current ascii code to properly render the close icon on the tags component. The current version does not consistently render across browsers....

bug
good first issue

It looks like the textChange event fires on every keyup regardless if the actual text changes. https://github.com/coryrylan/ngx-lite/blob/ce954f2587d49ce364895275fbc5c038a31bb3b3/projects/ngx-input-tag/src/ngx-input-tag.component.ts#L157

update all custom elements to be display block by default

Currently it is not easy to share util shared code between libraries. Currently the project has duplicated code across libs. Possible but not great solutions - symlink a util lib...

refactor