Font Awesome with JHipster

Font Awesome offers vector icons and social logos. As it is one of the most popular icon sets, it is included with JHipster. Out of the box, only some icons are available for your angular front-end. And it’s a bit tricky to find out how these icons are loaded as all Angular components use the fa-icon directive, available in JHipster. In this particular use-case, I need to add the shopping basket icon....

January 21, 2019 · 1 min

I18N with JHipster

I myself am a huge fan of generators - it saves a lot of time. That’s why I love JHipster. JHipster not only uses my favourite frameworks such as Spring Boot and Angular, but it provides you with useful features out-of-the-box. One of the questions of the wizard guiding you through the generation of your application, is which languages you want to support. For every selected language, all possible labels are generated....

January 15, 2019 · 3 min