Reactive Variable Architecture in Angular
Is this the first time you ever come across the term Reactive Variable…? Maybe yes, why because this is the term I coined for one of my simple architecture in angular. Reactive Variable is…
How I handle subscriptions in Angular to avoid memory leaks
Recently I worked on implementing a filter in our application. Whenever the filter was applied, I emitted an event (using subjects). my component subscribed to this subject and makes an API…