The solution is actualy very simple - i've made a rookie mistake by not importing my PipesModule in the NgModule of the page, where i tried to use my custom component. Instead i've tried to import the PipesModule inside my customcomponent.module.ts - this obviously didn't work.
↧