How to use Material Design Icons In Angular 4?
For those who prefer to use SCSS: Install the font $> npm install material-design-icons import in src/styles.scss @import ‘~material-design-icons/iconfont/material-icons.css’; and use it in HTML as described here <!– write the desired icon as text-node –> <i class=”material-icons”>visibility</i> In Order to refer to Sam Claus’ comment, thank you for this, I’ve added the installation and use … Read more