-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an Angular demo app that demonstrates the Standard integration #23
Labels
Comments
RobertGardner
pushed a commit
that referenced
this issue
Sep 28, 2018
4 tasks
RobertGardner
added a commit
that referenced
this issue
Oct 1, 2018
…rd Integration (#26) * Add support for Stripe Standard Integration. * Add bug ID to CHANGELOG entry. * Add tns-core-modules path to demo tsconfig. This is now the recommended setting. * Add Angular demo that illustrates Standard Integration. (#23) * Update .travis.yml to match current plugin-seed. * Update devDependencies to match latest plugin-seed. * Add pod update to travis build script. * Oops, last updates to .travis.yml were wrong. Revert then add demo-angular support. * Now update to work correctly with the new package.json scripts. * Another place in .travis.yml that needs an 'npm i'. * Get bundling working for 'standard' package. * Make this a new patch version.
RobertGardner
added a commit
that referenced
this issue
Oct 20, 2018
* Add support for Stripe Standard Integration. * Add bug ID to CHANGELOG entry. * Add tns-core-modules path to demo tsconfig. This is now the recommended setting. * Add Angular demo that illustrates Standard Integration. (#23) * Update .travis.yml to match current plugin-seed. * Update devDependencies to match latest plugin-seed. * Add pod update to travis build script. * Oops, last updates to .travis.yml were wrong. Revert then add demo-angular support. * Now update to work correctly with the new package.json scripts. * Another place in .travis.yml that needs an 'npm i'. * Get bundling working for 'standard' package. * Add Custom Integration to the angular demo. Required changing the Angular implementation to follow the current recommendations. Required minor changes to the Custom Integration API to make it consistent across platforms. * Fix demo app to use new API. * Fix Webpack problerm. * Better error handling in CCView Demo. * Create main page and implement the CCView demo. * Add support for Standard Demo. * Manage page data using standard Model/Observable technique. * Update version no., changelog, and readme.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an Angular demo app to demonstrate how to use the Standard integration.
Put the demo in
./demo-angular
.The text was updated successfully, but these errors were encountered: