larsnedb
Results
2
comments of
larsnedb
I have the exact same problem as @verbeeckjan. Events are received and processed by my application, but they don't show up in the eventstream tab in Chrome.
It does work in Angular 9 with one little modification: ``` import {Pipe, PipeTransform} from '@angular/core'; import {TimeAgoPipe} from 'time-ago-pipe'; @Pipe({ name: 'timeAgo', pure: false }) export class TimeAgoExtendsPipePipe extends...