ionic-team / ionic-starter-super

The Ionic 2 Super Starter 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant use custom pipe globally

REPTILEHAUS opened this issue · comments

commented

I can import a custom pipe into each individual page module which is fine, however trying to use it in 2 templates throws errors stating that it cant be duplicated and to specify it in a higher module, doing so in app.module doesnt work either as its not available in the pages.. how can I make a pipe available to all pages without importing into each individual page ?

Ive tried to export the pipe from app.module too but it still says it is not available in the pages