Angular 2 Module and Route Structures

In simple terms, modules are the basic building blocks of our Angular 2 application, whereas routes provide us with paths to point to specific parts of our application. These are both core to an Angular 2 application. It is important to create both with g…

Similar

Angular 4 and Sibling Component Interaction

Angular's Getting Started Guide contains recipes for common component communication scenarios in which two or more components share information. The scenarios discussed, include: Pass data from parent to child with input binding Intercept input property c... (more…)

Read more »

Reactive apps with Angular and ngrx

Building web apps by following certain reactive patterns and conventions is a proven way of delivering stable and scalable software. And there are lots and lots of very good tutorials out there. So, why I'm writing this article? Well, to be honest, it's n... (more…)

Read more »