I recently installed the Beta of Ionic 2 by typing the following
ionic start myproject blank --v2 --ts
which is going fine, going through the ionic 2 documentation, i want to add some icons using the code provided, like so
<ion-icon name="add-circle"></ion-icon>
But when i view my project, it either shows just a black box, or nothing at all.
My package.json file also includes the following line
"ionicons": "3.0.0",
Im not sure what im missing,
Any help would be greatly appreciated.
Cheers,