0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
good first issueseverity: performancetype: enhancement
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
In auto resize directive, setimeout is used with 250 ms, This is causing performance issue in our app. Can you make this time period configurable?
Thanks
Divya
Contributor guide
- Research direction
- Locate the auto resize directive in the source code, find the hardcoded 250ms timeout, and make it configurable via an input property. Update the relevant documentation and tests if present.
- Tech stack
- javascriptangular
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- AngularJavaScript