0.1.3 • Published 2 years ago

@preventor/ngx-pvt-button v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Verification Flow

alt text

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.

0.1.0

2 years ago

0.0.1

2 years ago

0.1.2

2 years ago

0.0.3

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago

0.1.3

2 years ago

0.0.0

2 years ago