An open API service indexing awesome lists of open source software.

https://github.com/explooosion/angular-pipe

demo for pipe
https://github.com/explooosion/angular-pipe

angular angular4 module pipe

Last synced: about 1 month ago
JSON representation

demo for pipe

Awesome Lists containing this project

README

          

# angular-pipe
demo for pipe using module

## Directory In app
```
app
.
├── commons
│   └── pipe
│      ├── some pipe ...
│      └── pipe.module
│   └── service
│      └── some service ...
├── compo1(component)
├── compo2(component)
├── app.routing.module
├── app.component.css
├── app.component.html
├── app.component.ts
└── app.module.ts
```

## Install
```bash
npm install
```

## Run
```bash
ng serve
```