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.

4 lines (3 loc) 193 B
import { InjectionToken } from '@angular/core'; import { NewsApiKeyConfig } from '../interfaces/newsapi.models'; export declare const NewsApiConfigService: InjectionToken<NewsApiKeyConfig>;