Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
t
- Telerik Reporting Description: Telerik Reporting is a reporting solution designed for web and desktop applications, allowing developers to create, view, and(...) Read more
- Tesseract.js Description: Tesseract.js is a pure JavaScript port of the popular OCR engine Tesseract, designed to facilitate the integration of optical(...) Read more
- Tornado Web Server Description: Tornado is a web server and web application framework designed to handle thousands of simultaneous connections efficiently. Its(...) Read more
- Tree Shaking Description: Tree Shaking is a term commonly used in JavaScript bundlers to remove unused code, optimizing the final package size. This process(...) Read more
- Thunks Description: Thunks are a middleware for Redux that allows action creators to return a function instead of an action. This enables asynchronous(...) Read more
- Tooltip Description: Tooltip information is a user interface element that provides additional information when hovering over a data point. This type of(...) Read more
- Tree Component Description: A tree component is a hierarchical structure of components that can be expanded or collapsed, often used for navigation. In the(...) Read more
- TrackBy Description: TrackBy is a function used in Angular's ngFor directive to optimize the rendering of lists by tracking elements by their unique(...) Read more
- TemplateRef Description: TemplateRef is a class that represents an embedded template in Angular, allowing for the dynamic representation of templates. This(...) Read more
- ThrottleTime Description: ThrottleTime is an operator in RxJS used to limit the rate at which events are emitted from an observable. This operator is(...) Read more
- TemplateDrivenForms Description: Template-driven forms are a way to build forms in Angular using directives in the template rather than in the component class. This(...) Read more
- TransitionAnimation Description: Transition Animation refers to the animations that occur during state changes in web applications. These animations allow(...) Read more
- TokenProvider Description: A Token Provider is a service that provides tokens for authentication and authorization in web applications. These tokens are(...) Read more
- TransformPipe Description: The Transformation Pipe is a custom pipe in Angular that transforms data for visualization in templates. In Angular, pipes are a(...) Read more
- Two-way Binding Description: Two-way binding in modern JavaScript frameworks allows for automatic synchronization of data between the model and the view. This(...) Read more