I have the following route in Angular 7:
{{category.name}}
Try removing the curly brackets like this:
You don't need them there because you are using property binding which is already evaluating to TypeScript code.