[{ALLOW view All}]
[{ALLOW edit Markus}]
(12.04.2020)\\

!Standalone
Tried with Apache and basic files



----
See [SAP Blog from Ami Li|https://blogs.sap.com/2019/06/24/build-angular-application-with-sap-fiori-fundamentals/]

You need to use [CSS stylesheet formar SCSS|Angular CSS]


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.

----
[https://blogs.sap.com/2013/12/15/openui5-or-angularjs-how-about-both/]