Tutorial by Examples

The following is a guide on how to create an icon from material design icons: Load the icon font from Google CDN in your index.html:<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> Alternatively, you may import it in your styles.c...
This example shows how to use SVG icons in your app. Download the SVG iconset / icon (in this case, we're getting the icons from https://materialdesignicons.com/getting-started. Save it under your assets folder or somewhere else which you can access with. In your app.module.ts, add th...

Page 1 of 1