npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@syncfusion/ej2-angular-pipes

v29.2.9

Published

A common package of Syncfusion Angular UI Components which contains pipes that help to achieve data operations.

Readme

ej2-angular-pipes

A common package of Syncfusion Angular UI Components which contains pipes that help to achieve data operations.

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).

A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

Setup

To install ej2-angular-pipes and its dependent packages, use the following command

npm install @syncfusion/ej2-angular-pipes

Usage

import the module PipesModule from the package @syncfusion\ej2-angular-pipes.

import { DeepWatch } from '@syncfusion/ej2-angular-pipes';

Add the imported module in your main module imports

import { DeepWatch } from '@syncfusion/ej2-angular-pipes';

@Component({
  standalone: true,
  imports: [DeepWatch]
})
export class AppComponent

We have provided the below pipes in this package.

  • DeepWatch

DeepWatch

This pipes helps to watch your data source and if any changes has been detected the this will be forwarded to mapped Syncfusion Angular UI Component.

Arguments List - componentRef - Reference of Syncfusion Angular UI Component - propertyName - Name of the property the we used in. - refreshOnChange - Refresh the whole control when the change has been detected

Syntax ejsdeepwatch:<componentRef>:<propertyName string>:<optional refreshOnChange>'

Example using,

<ejs-dropdownlist id='ele' #compRef [dataSource]='data | ejsdeepwatch:compRef:"dataSource":true'></ejs-dropdownlist>

Supported Frameworks

The Essential JS 2 is also offered in following list of frameworks.

  • JavaScript
  • React
  • Vue.js
  • ASP.NET Core
  • ASP.NET MVC

Showcase Applications

  • Diagram Builder
  • Expense Tracker
  • Loan Calculator
  • Stock Chart
  • Web Mail

Support

Product support is available for through following mediums.

  • Creating incident in Syncfusion Direct-trac support system or Community forum.
  • New GitHub issue.
  • Ask your query in Stack Overflow with tag syncfusion and ej2.

License

Check the license detail here.