Part 4: input(), output(), model() — The Day I Mass-Deleted ReplaySubject
I need to show you something embarrassing.
This is a pattern I've written in almost every component that needed reactive inputs:
private metricInSubject = new ReplaySubject<DashboardMetricWithVisualization>(1);
@Input() set dashboardMetricWithVisuali...
i-adnanali.hashnode.dev6 min read