angular

  • Initialize Angular application with APP_INITIALIZER

    I recently decided to upgrade one of my many half-projects to the latest Angular (18) as the application was falling behind (14 or 15). In the process I discovered the APP_INIITALIZER functionality, which I've started playing with.

    Here are some notes on my implementation of APP_INITIALIZER in Angular 18.