UNPKG

angular-nevera-generator

Version:

Yeoman AngularJS scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

14 lines (11 loc) 262 B
class <%- className %>Controller { public text: string; constructor() { this.text = 'My brand new component!'; } } <% if (modules === 'inject') { -%> <% include inject/component.babel %> <% } else { -%> <% include modules/component.babel %> <% } -%>