I am trying to create an impure pipe in Angular that changes its output when it sees a subscribed observable emit, similar to how the translate pipe works.
I have made th