How to handle async providers in Angular
Loading a configuration at the start of an Angular app is a common task. Traditionally, you would utilize APP_INITIALIZER to accomplish this (Angular InDepth has a great piece on this). This works great most of the time.
There are, however, a few sit...
blog.beyerleinf.de2 min read