import {Injectable} from '@angular/core';

@Injectable()
export class <%- className %> {
  getData() {
    return 1 + 2;
  }
}

