When building an application, there are many times that you want to have different cases for different users, different inputs, or various changes on your form. Here is a brief introduction of how you can use obervables in your project today! In my example I will be using rxjs, which…