Let’s explore how we can consume diverse Web APIs in Angular application properly by abstracting it into a library built “the Angular way”.

Web is rich. We can navigate VR world using gamepad, play synthesizers with MIDI keyboard and buy goods with a touch of a finger. All these spectacular capabilities are available through native browser APIs. And they are just as diverse as the features they provide.

Angular is an amazing platform with some of the best tools across the front-end scene. It means there is an “Angular way” of doing things. What I personally love about this framework is when things are done well — it gives you great satisfaction of tidy code and solid architecture. Let’s talk about what makes code properly designed for Angular.

#angular #library

What makes a good Angular library
7.30 GEEK