0.0.13 • Published 5 months ago

kwikid-pages v0.0.13

Weekly downloads
-
License
-
Repository
bitbucket
Last release
5 months ago

kwikid-pages

Installation

npm install --save kwikid-pages

Usage

Add KwikIDPagesModule to imports app.module.ts something like

import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { KwikIDPagesModule } from 'kwikid-pages';

@NgModule({
    declarations: [AppComponent],
    imports: [KwikIDPagesModule],
    bootstrap: [AppComponent]
})

Add component to your page:

<kwikid-pages></kwikid-pages>

Docs

link

License

NPM

Contributing

Add a star to show your support and feel free to open pull requests!