UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

11 lines (7 loc) 202 B
{% extends "base.template.html" %} {% block content %} <h1> {% if doc.title %}{$ doc.title | marked $}{% else %}{$ doc.name | code $}{% endif %} </h1> {$ doc.description | marked $} {% endblock %}