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

8 lines (5 loc) 175 B
var util = require('../util'); exports.dependencies = ['build', 'build-module-demo']; exports.task = function() { return util.buildModule(util.readModuleArg(), false); };