connect-admin/app/pages/community/community-edit-form/community-edit-form.service.ts

7 lines
332 B
TypeScript

// getDataProviders() {
// return this.http.get('https://beta.services.openaire.eu/search/v2/api/datasources?format=json')
// .map(res => <any> res.json())
// .map(res => res.results)
// .do(res => {console.log(res)}).catch(this.handleError);
// }