0.0.1 • Published 4 years ago

cdl-news v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

News

This is a simple library which returns the subset of news publishers that top headlines.

Installation instruction

npm install cdl-news --save

Instruction to use the package

How to use?

Please follow below instruction to implement news in your angular application.

//in module
import { NewsModule } from 'cdl-news'; 

imports: [
    NewsModule
]

// In your component html file

<cdl-news
    countryCode='us'
>
</cdl-news>

// Country code supports

ae ar at au be bg br ca ch cn co cu cz de eg fr gb gr hk hu id ie il in it jp kr lt lv ma mx my ng nl no nz ph pl pt ro rs ru sa se sg si sk th tr tw ua us ve za

If you not pass anything in country code by default it takes all.