So I was following this post access key and value of object using *ngFor
However I'm getting a 'pipe could not be found error'.
I've done this
@Pipe({name: 'keys'})
I've exported the class.
I've imported it in my app.module.ts
I've put it in the declarations
I've included it in my app.component.ts (where I'm using it)
What else am I missing?