@preventor/ngx-pvt-button
v0.1.3
Published
<p align="center"><a href="https://preventor.com/" target="_blank" rel="noopener noreferrer"><img width="200" src="https://uploads-ssl.webflow.com/5f774172772fc1fb1fa10c12/5f92db3547adde04817b94b3_brand-preventor.png" alt="Preventor logo"></a></p>
Readme
Verification Flow
.png?alt=media&token=737a5f8d-a2b8-4a9e-93dc-8b6a9aed2649)
Angular integration
1. Install the latest version from NPM.
npm i @preventor/ngx-pvt-button2. Import the NgxPvtButtonModule module.
import { NgxPvtButtonModule } from '@preventor/ngx-pvt-button';
@NgModule({
imports: [
// ...
NgxPvtButtonModule
]
})
export class MyModule {}
3. Add ngx-pvt-button tag in your HTML
<ngx-pvt-button [config]="YOUR_CONFIGURATION"></ngx-pvt-button>Documentation
You can find the full documentation on the website.
