500tech/angular-kick

View on GitHub
templates/angular/service.js

Summary

Maintainability
A
0 mins
Test Coverage
export class %SERVICE_NAME% {

  // @ngInject
  constructor($log) {
    this.$log = $log;
    this.message = '%SERVICE_NAME%';
  }
}