So all of my other angular material related items are functioning properly. However, the Nav bar is refusing to load properly. Here's my code.
<md-nav-bar>
<md-nav-item md-nav-href="#/" name="page3">Home</md-nav-item>
<md-nav-item md-nav-href="#/about" name="page3">About</md-nav-item>
</md-nav-bar>
Yet the output is as though it were just plain text. I've tested it on the example codepen for the element and it works properly. I've tropple checked my code and can fuind no obvious issues.
Any and all help is welcome.
md-content?