I'm trying to add ionicons to my Angular 4 app. Here are the steps taken:
Am I missing somrthing?
The way to get ionicons in angular 6.3.x and npm 6.1.x working ...
npm install ionicons@latest --save
"ionicons": "^4.2.4"
will automatically appear in your project dependencies in your package.json
"node_modules/ionicons/dist/scss/ionicons.scss"
under "styles": []
section inside your angular.json
<span class="ion ion-md-attach"></span>
in your app.component.html
or index.html
or any markup file of your choice