UNPKG

kick

Version:

Kickstarter and generator for AngularJS based on ES6, webpack and best practices

14 lines (12 loc) 287 B
class %COMPONENT_NAME%Controller { // @ngInject constructor($log, $element) { $log.log($element); } } export const %COMPONENT_NAME% = { bindings: {}, templateUrl: '/%COMPONENT_TEMPLATE_URL%', controller: %COMPONENT_NAME%Controller, controllerAs: '%COMPONENT_NAME%' };