landing-giftcard
v1.0.0
Published
Components for views of the gift cards and make the integration easy and agile
Downloads
4
Readme
Landing gift card
Components for views of the gift cards and make the integration easy and agile
Gift card purchasing process
Below are the components for the gift card purchasing process
Gift cards list
Component to list your gift cards for their respective purchase
Fill in the recipient's details
Component fill in the recipient's details your gift cards for their respective purchase
Personalize the Gift Card
Data that the sender and beneficiary of the gift card will receive
Gift card activation
Component to activate the card
Installation
Install landing-giftcard with npm
npm install landing-giftcard
Use in proyect in module
import { LandingGiftcardModule } from '@uniko/landing-giftcard';
@NgModule({
imports: [
BrowserModule,
RouterModule.forRoot(AppRoutes, { useHash: false }),
LandingGiftcardModule,
],
bootstrap: [AppComponent]
})