angular-surveys
angular-surveys copied to clipboard
Any way around for angular 2?
The survey builder is really amazing. Can we get for angular 2 typescript as well?
I have a similar requirement. I found it was easier to build the ng1 app with angular-surveys and host it in an iframe inside my ng2 app. Since both are loaded in the same domain, the ng1 survey can call window level functions of the ng2 app. It's a bit hacky but the most stable solution I've found so far.
FYI. I've attempted to use ngUpgrade with minimal success and a very unstable app. I wouldn't recommend it unless you have the resources to support it.