How to integrate a PlayCanvas app into an Angular2 app

Trying to figure out if it makes sense to prepare and debug animations within playcanvas before including them in an app using angular2 and maybe ionic2.
thanks
Andy

Can you not just iframe the PlayCanvas app in your Angular app?

http://developer.playcanvas.com/en/user-manual/publishing/web/communicating-webpage/

Certainly, that’s possible but not very desirable since then none of the assets will be inside of webpack or on the device if compiled as an app.
Thanks
Andy

I know people have done playcanvas with angular, and it shall be pretty straight forward process following angular rules.
PlayCanvas app wouldn’t prevent any behaviour, end of a day it is just element and bunch of js code.