UNPKG

ionic-framework

Version:

An advanced HTML5 mobile app framework built on Angular2

13 lines (8 loc) 287 B
var path = require('path'), Generator = require('../../generator'); module.exports = DirectiveGenerator; function DirectiveGenerator(options) { Generator.call(this, options); this.directory = 'components'; } DirectiveGenerator.prototype = Object.create(Generator.prototype);