I\'m working on an Angular 4 Project using Bootstrap 4 with Sass, and I want to use the glyphicons but when I use the following code:
Bootstrap 4 dropped Glyphicons support. (see: https://getbootstrap.com/docs/4.0/migration/#components)
This means that you'll need to use some other icon font, like Font Awesome.
Example:
Bootstrap + Font Awesome
That was easy!
The Font Awesome team is working on an Angular Font Awesome component. It is right now in pre-release, but you can find it here.