JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 31
  • Score
    100M100P100Q55846F

list of pipes for angular2+ in one single module

Package Exports

  • pipes-module

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pipes-module) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pipes-module

  1. Description
  2. Installation
  3. Usage
  4. Pipes list
  5. Git repository
  6. Version

1. Description

angular2+ module which exposes a list of pipes.

2. Installation

Install the module into your application and save it as a dependency in your package.json file

npm install pipes-module --save

3. Usage

import { PipesModule } from 'pipes-module';

@NgModule({
  //...
  imports: [
    //...
    PipesModule // <<--- HERE
  ],
  //...
})

..and use the pipes in your application.

4. Pipes list

5. Git repository

https://github.com/tvicpe/pipes-module

6. Version

0.0.2