2017-02-22 09:16:31 +01:00

7 lines
107 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable()
export class AppService {
constructor() { }
}