UNPKG

153 BJavaScriptView Raw
1export class %SERVICE_NAME% {
2 constructor ($log) {
3 this.$log = $log;
4 this.message = '%SERVICE_NAME%';
5 }
6}
7
8%SERVICE_NAME%.$inject = ['$log'];
\No newline at end of file