Closed
Description
I'm just skimming through your project: spring-boot-angular. I noticed that you indicate to include Bootstrap library like this:
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
I don't know about Bootstrap 3, but with Bootstrap 4 and angular 4 / 5, my experience is that this will only work in dev mode. Compilation will be a problem.
Importing bootstrap.css
in src\styles.css
like this
@import "~bootstrap/dist/css/bootstrap.css";
will work in all cases.
I have posted this stack about it.
Metadata
Metadata
Assignees
Labels
No labels