import { Injectable } from '@angular/core'; import { Http } from '@angular/http' import { Observable } from 'rxjs' @Injectable() export class HogeService { constructor(private http: Http) { } // 並åã«å®è¡ãã¦ãã¹ã¦å®äºãããçµæãlogãåºåãããµã³ãã« sample1() { let urls = [ "http://itunes.apple.com/jp/rss/newapplications/limit=10/json", "http://itunes.apple.com/jp/rss/newfreeapplications/limit=10/json", "http://itunes.ap
{{#tags}}- {{label}}
{{/tags}}