news - Angular news api
Demo
View all the directives in action at https://ajanieniolasolomon.github.io/news
Dependencies
- Angular (requires Angular 2 or higher, tested with 2.0.0)
Installation
Install above dependencies via npm.
Now install news-api
via:
npm install --save news-api
SystemJS
Note:If you are using
SystemJS
, you should adjust your configuration to point to the UMD bundle. In your systemjs config file,map
needs to tell the System loader where to look fornews-api
:
map: 'news-api': 'node_modules/news-api/bundles/news-api.umd.js'
Once installed you need to import the main module:
;
The only remaining part is to list the imported module in your application module. The exact method will be slightly
different for the root (top-level) module for which you should end up with the code similar to (notice LibModule .forRoot()
):
; @
Other modules in your application can simply import LibModule
:
; @
Usage
License
Copyright (c) 2018 ajani eniola. Licensed under the MIT License (MIT)