Angular apps on prod with ES2015
A few months ago, we ran into this fact and wondered why we were still publishing ES5-only production apps. We noticed we were not the first. We noticed it was worth the energy. We noticed our… (more…)
Read more »
In this article, we’ll cover some best practices to create HTTP requests just using the Angular AsyncPipe. If you ever thought about making HTTP requests without calling .subscribe(), then you’re on the right page. Read more