I have the following route in Angular 7:
{{category.name}}
what about this
{{category.name}}
and in your constructor,
constructor(private slugifyPipe: SlugifyPipe) {
}
also you need to provide SlugifyPipe
in your module providers