blob: a69d91ea4cb6dfc1cb796c1eb1b36ad4eca103b5 [file] [log] [blame]
import { Injectable } from '@angular/core';
@Injectable()
export class ApiService {
title = 'Angular 2';
}