pipes-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

pipes-module

  1. Description
  2. Installation
  3. Usage
  4. Pipes list
  5. Git repository
  6. Build
  7. Publish to npm
  8. 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. Build

To build the final package run this command:

ng build pipes

The build process will generate the packed sources into the dist folder.

7. Publish to npm

To publish the new version to npm, go into the dist folder:

cd ./dist/pipes

and publish it to npm:

npm publish

8. Version

1.0.1

Package Sidebar

Install

npm i pipes-module

Weekly Downloads

67

Version

1.0.1

License

none

Unpacked Size

16.1 kB

Total Files

20

Last publish

Collaborators

  • kageoni