I am trying to use bootstrap glyphicons in my angular2 app. I have installed bootstrap using the command npm install bootstrap --save My code snippet is
Please run
npm install glyphicons --save
and than please import glyphicons in your component
import icons from 'glyphicons'; var icons = require('glyphicons'); console.info('This is' + icons.heart+ ' Glyphicons!')
You can check once in your browser console.