UNPKG

ng6-cli

Version:

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

11 lines (9 loc) 189 B
import controller from './<%= name %>.controller'; import template from './<%= name %>.html'; export default function() { return { controller, template, restrict: 'E' }; }