This chapter will detail some more Angular Material directives. We will primarily deal with navigation and container elements . This chapter helps build the skeleton for the application.
What are directives? Reiterating an AngularJS concept, directives help create new HTML elements.
In HTML, we use various elements (or tags) for describing, formatting, and managing the behavior of the content on the web page. For example, elements like h1 and h2 define headers in the web page. A tag "strong" applies bold style on text, useful for emphasis. Use input ...