An interviewer asked me: What is Observer and Observable and when should we use them? I wasn’t aware of these terms, so when I got back home and started...
I am trying to implement something like a delegation pattern in Angular. When the user clicks on a nav-item, I would like to call a function which then emits...