UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

11 lines (7 loc) 211 B
var Template = require('../../../lib/template'); module.exports = Template.extend({ init: function() { this._super.apply(this, arguments); this.description = 'An attribute based directive.' } });