0.0.13 • Published 2 years ago
kwikid-pages v0.0.13
kwikid-pages
Installation
npm install --save kwikid-pagesUsage
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
License
Contributing
Add a star to show your support and feel free to open pull requests!