Simply put ReactiveX (Reactive Extensions) is an API for asynchronous programming with observable streams. It mainly follows Observer pattern as well as the Iterator pattern with functional programming. ReactiveX has few implementations for main programming languages such as
RxJava for Java
RxJS for JavaScript
Rx.NET for .NET
Here...
Monday, September 17, 2018
Tuesday, September 4, 2018
Angular 6 - Routing How to do it
While developing Angular apps, I thought of compiling a list of things we need to know on each of the areas. Here I cover routing.
Basics
A routed Angular application has one singleton instance of the Router service
The router uses a first-match wins strategy
The wildcard route comes last because it matches every URL and should be selected only if no other routes are matched first
Use path:...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.