@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>
Downloads
6
Readme
Verification Flow
Angular integration
1. Install the latest version from NPM.
npm i @preventor/ngx-pvt-button
2. 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.