test/src/sample-files/foo.service.ts
import { Injectable } from '@angular/core'; @Injectable() export class FooService { }