0

I installed JHipster 4 and followed all the steps given at https://jhipster.github.io/ to install and run the application (Monolithic, no SCSS).

All is working fine and I installed bootswatch (https://jhipster.github.io/modules/marketplace/#/details/generator-jhipster-bootswatch)

But when I restart the app again (running "mvnw" in one console and "yarn start" in the second console), I do not get the footer dropdown list.

Do I have something extra to do?

pab548
  • 3
  • 2
  • I see, thanks for pointing this out. I guess I should go for JHipster 3, as I cannot get the modules to work for JHipster 4 (e.g., Bootstrap Material Design). That's a pity :( – pab548 Aug 21 '17 at 09:28
  • Yes I do use Angular 4. I will give it a try with Angular 1 – pab548 Aug 21 '17 at 10:06

1 Answers1

0

generator-jhipster-bootswatch does not support Angular 2+, there's an opened issue.

So your alternatives are:

  • select Angular 1 as client framework when generating your app
  • follow the Bootswatch 4 instructions to manually install it in an Angular 4 JHipster app, it's only CSS if you don't need dynamic theme selection
Gaël Marziou
  • 16,028
  • 4
  • 38
  • 49