(12.04.2020)
You need to use CSS stylesheet formar SCSS
1. Install Fiori fundaments in this project.
npm install fiori-fundamentals --save-dev
2. add below code in src/style.scss
$fd-icons-path: "~fiori-fundamentals/scss/icons/"; $fd-fonts-path: "~fiori-fundamentals/scss/fonts/"; @import "~fiori-fundamentals/scss/all.scss";
3. add below code in your scss file corresponde to your component:
@import "~fiori-fundamentals/scss/settings"; @import "~fiori-fundamentals/scss/mixins"; @import "~fiori-fundamentals/scss/functions";
See Angular how to use "SimpleServer" to run and test.