How to get rid of nested subscription when searching for names?
Advertisements I wrote component that looks for github users by login. However this component has nested subscribe blocks. Please help me rewrite this component, using rxjs-operator that dont use nested subscribe blocks. Here is the live example My humble attempt to solve the problem is in the same place (see commented code). Here is a… Read More How to get rid of nested subscription when searching for names?