Angular
Steps to integrate the Web SDK into Angular application.
1. Installation
npm i @preventor/ngx-pvt-buttonimport { NgxPvtButtonModule } from '@preventor/ngx-pvt-button';
@NgModule({
imports: [
// ...
NgxPvtButtonModule
]
})
export class MyModule {}
<ngx-pvt-button [config]="YOUR_CONFIGURATION"></ngx-pvt-button>Last updated