A project demonstrating Angular 4 and Paypal instant checkout integration.
Note: Angular 5 was released, I have updated this sample project to support it.
Learn more about the changes. This project will still work with Angular 2 and 4.
- Clone the project
- In app.component.ts, change the sandbox/production key to your own personal key. The project will not work if the key is not valid.
cd ng4-paypal-button
npm install
ng serve
ng build --prod