Angular 2 is terrible

We used Angular 2 for our frontend. I was not involved in this decision, and I came to work on the frontend relatively late in the project. This post is not meant to be a comprehensive review of th……

Similar

Angular Is Not Dead

Considering all the pros and cons, we don’t think Angular is outdated (how can it be with all those updates) and we still use it. Angular remains to be one of the most used web development platforms on the web today because those who have learned how to b... (more…)

Read more »

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...

Read more »