tns plugin add nativescript-fontawesome
click here to Download fontawesome-webfont.ttf or download from fontawesome website
- Place font icon
.ttf
file inapp/fonts
, like below:
app/fonts/fontawesome-webfont.ttf
- call the init function in the you'r app.ts:
import { Fontawesome } from 'nativescript-fontawesome';
Fontawesome.init();
<Label class="fa" text="{{'fa-bluetooth' | fontawesome }}"></Label>