21 open-source projects similar to ajaysinghj8/angular-inport, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Angular Inport alternative.
📖 Pagination Component for Angular applications
Tiny zero‑config VisualViewport-first store for accurate visible viewport size in CSS pixels. Detects virtual keyboard, stabilizes resize/scroll jitter, and is SSR-safe across frameworks.
ngx-optimus is an Angular library dedicated to providing a collection of useful custom pipes to transform data in your templates. This library aims to simplify common data formatting tasks and keep your component logic cleaner.
Angular decorator for lock a function and user interface while a task running.
A simple component library to add a (directional) fade effect to your elements.
This Angular component library is perfect for tasks like visualizing named entity recognition, part of speech tagging, or annotating text datasets. It allows for interactively highlighting and annotating parts of text.
Tree-shakable signal combinators for Angular 20+
Get Angular 8+ events fired when an element is mutated in the DOM.
Angular 8+ module for detecting when elements are resized
Angular module that detects when elements are visible. Uses IntersectionObserver.
Dynamic components with full life-cycle support for inputs and outputs for Angular
A collection of useful components, directives and pipes for Angular.
The easy way to manage the canvas. Support object and clicks with mouse or tablet events to the objects This library was generated with Angular CLI Angular 17 chat GPT implementation in curse. If ChatGPT does not recognize the NG-GD library, you can show it to him and he will integrate it into…
Automatically insert live Angular components into dynamic strings (based on their selector or any pattern of your choice) and render the result in the DOM.
Angular syntax highlighting module
htmlparser2 is a collection of tools for high-performance markup parsing, DOM manipulation, and incremental stream processing. It functions as an HTML and XML parser that converts markup strings into structured object trees, alongside a streaming markup parser designed for memory-efficient processing of large documents. The project includes a DOM manipulation library for querying, modifying, and serializing document object model trees. It also provides a web feed parser to extract structured metadata and entries from RSS, RDF, and Atom feeds. The library covers broad capabilities in data par
Cheerio is an HTML and XML parsing library and server-side DOM implementation. It functions as a markup manipulation tool and CSS selector engine, allowing users to parse, query, and modify HTML or XML documents in non-browser environments. The project provides a DOM-like tree representation of markup strings, enabling programmatic addition, removal, and modification of elements and attributes. It features a prototype-based plugin system that allows the extension of core functionality by adding custom methods to the document prototype. The library covers a broad range of capabilities includi
As the name might suggest, domino's goal is to provide a DOM in No de.
jsdom is a Node.js DOM implementation that functions as a headless browser emulator and virtual browser environment. It provides a pure JavaScript implementation of web standards, acting as a web standards polyfill that simulates the window and document objects within a non-browser runtime. The project implements W3C and WHATWG specifications to provide a programmatic environment for parsing HTML and manipulating content. It serves as an HTML parser and serializer, allowing for the transformation of HTML strings into document structures and the export of those structures back into text. The