UNPKG

angular-news-api

Version:

This Library provides everything you need to use the NewsAPI from you Angular app the way it should be: using Observables, Types and Dependency Injection.

38 lines (37 loc) 966 B
{ "name": "angular-news-api", "version": "0.0.7", "peerDependencies": { "@angular/common": "^7.1.0", "@angular/core": "^7.1.0" }, "dependencies": { "tslib": "^1.9.0", "newsapi": "^2.4.0" }, "keywords": [ "Angular", "News API", "News", "Headlines" ], "repository": { "type": "git", "url": "https://github.com/CaioRolla/angular-news-api.git" }, "author": "CaioRolla", "bugs": { "url": "https://github.com/CaioRolla/angular-news-api/issues" }, "homepage": "https://caiorolla.github.io/", "main": "bundles/angular-news-api.umd.js", "module": "fesm5/angular-news-api.js", "es2015": "fesm2015/angular-news-api.js", "esm5": "esm5/angular-news-api.js", "esm2015": "esm2015/angular-news-api.js", "fesm5": "fesm5/angular-news-api.js", "fesm2015": "fesm2015/angular-news-api.js", "typings": "angular-news-api.d.ts", "metadata": "angular-news-api.metadata.json", "sideEffects": false }