Angular 2 + Galaxy?

I just tried to add a small angular 2 site to Galaxy. By small, it is really just loading static templates, I just wanted to learn Angular 2 and Meteor.

It runs fine in dev (of course) but crashes immediately on Galaxy with:

RangeError: Maximum call stack size exceeded

Since the stack trace seems to point to Zone, which has nothing to do with my code really, I am curious if anyone has put code onto galaxy using Angular 2?

Sorry, don’t think I can delete a post… It was a minification issue, sorry all! I had never seen that turn into a call stack error before.