The previous chapter described implementing SPAs (single-page applications) and routing techniques that navigate between pages. This chapter covers Material Design components for navigation.
The chapter discusses two Angular Material components: toolbar and sidenav. The most common use of the component is application-level navigation between pages. These components are easy to implement and provide a great user experience with the tried and tested Material Design patterns.
Toolbar
Toolbars are typically placed on top of a web page. It provides a title and list of ...