0.0.5 • Published 2 years ago

@talentedchurch/ngx-bible v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

NgxBible

Welcome to NgxBible.

This library will allow you to consume Bible APIs in your Angular project.

Installation

npm i @talentedchurch/ngx-bible

Import the Library

Import the library into app.module.ts using:

...
import { NgxBibleModule } from '@talentedchurch/ngx-bible';
...
imports: [ NgxBibleModule ]

Use in your component

Add the element to your component's HTML template:

<ngx-bible></ngx-bible>