Why use name variables with $ at the end in RxJS?
ex :
click$
request$
data$
To indicate that it is a Subscription.
To indicate that it is the variable that will receive the data.
To indicate that it is an Event.
To indicate that it is a Observable.