September 2017
Intermediate to advanced
450 pages
11h 24m
English
Font-Awesome adds a collection of font files and Sass styles to our web application. You might be wondering how the font files inside node_modules are available as static files in your web application? Angular-CLI's sass-loader will resolve URL paths to assets, such as fonts, images, and svgs, and bundle them into our WebPack so that we don't have to do so. This is tremendously useful when working with libraries with style assets.
After we have added these files, we can invoke them by adding <i> tags to our template with the classes: fa and fa-<name of icon>.
Read now
Unlock full access