How to see the changes after installing bootswatch in JHipster 4 -


i installed jhipster 4 , followed steps given @ https://jhipster.github.io/ install , run application (monolithic, no scss).

all working fine , installed bootswatch (https://jhipster.github.io/modules/marketplace/#/details/generator-jhipster-bootswatch)

but when restart app again (running "mvnw" in 1 console , "yarn start" in second console), not footer dropdown list.

do have do?

generator-jhipster-bootswatch not support angular 2+, there's opened issue.

so alternatives are:

  • select angular 1 client framework when generating app
  • follow bootswatch 4 instructions manually install in angular 4 jhipster app, it's css if don't need dynamic theme selection

Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -