Skip to content

harouny/paypal-button-ng2

Repository files navigation

PaypalButtonNg2

This project is an example of embedding paypal-button angular component in a project generated with Angular CLI version 1.3.2.

AOT is not available

Due to the fact that paypal-button angular component is loaded at runtime via script tag, ahead if time compilation cannot be used to build this project.

Development

ng serve

Build

ng build -aot false

Build for production

ng build -aot false -prod

Serve production build (for development purposes only)

ng serve -aot false -prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published