Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
The application loads a cocktails list on the main page. Due to limitations of the CocktailsDB free model, the cocktails list only consists of cocktails starting with A.
The cocktail details screen mentions the cocktail ingredients, measures per ingredient and instructions.
The current theme selection is saved in the local storage by default, although a dark theme is preferred.
Tests have been applied to most components and functions, showcasing the suggested test approach for any angular component.