angular-surveys icon indicating copy to clipboard operation
angular-surveys copied to clipboard

Any way around for angular 2?

Open basherr opened this issue 7 years ago • 1 comments

The survey builder is really amazing. Can we get for angular 2 typescript as well?

basherr avatar Dec 08 '16 09:12 basherr

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.

vangorra avatar Jan 20 '17 22:01 vangorra