UNPKG

kick

Version:

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

9 lines (7 loc) 166 B
export /* @ngInject */ function %SERVICE_NAME%Factory($log) { return class %SERVICE_NAME% { constructor() { this.message = '%SERVICE_NAME%'; } } }