November 2019
Beginner
436 pages
8h 52m
English
Later in this chapter, we are going to use some icons for the group chat lists. Let's integrate the Google Material Icons library into the project.
Update the src/index.html file and place the following code in the head section:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Let's test the overall setup and provide a navigation bar for our application.
Read now
Unlock full access