12 comments (12 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript5,395 stars (5,395 stars)2,496 forks (2,496 forks)batch import
good first issuetype: enhancementtypescript
Description
I can't seem to find any TypeScript definitions for ui-grid. Is there any?
Contributor guide
- Tech stack
- typescriptjavascript
- Domain
- frontenddeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- TypeScript basicsAngularJS understandingui grid API knowledgeDefinitelyTyped contribution guide
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue requests TypeScript definitions for angular ui/ui grid. Start by examining the existing codebase in the repository (https://github.com/angular ui/ui grid) to understand the grid's public API, modules, and any existing type stubs. Review comments in the issue to see if maintainers have indicated a preferred approach (e.g., submitting to DefinitelyTyped). Check if other users have shared partial definitions or work in progress. The deliverable is a comprehensive set of .d.ts files covering the grid's components, events, and options. Consider using JSDoc annotations in the source to generate types if applicable.