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
- Host: GitHub
- URL: https://github.com/explooosion/angular-pipe
- Owner: explooosion
- Created: 2017-06-09T16:00:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T08:25:37.000Z (about 9 years ago)
- Last Synced: 2025-10-11T02:42:52.472Z (9 months ago)
- Topics: angular, angular4, module, pipe
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```