I believe that your problem might be caused by the following line in your app.ts
:
import 'es6-shim';
You need to remove this - check out the guide for updating to beta.6
.
I would also recommend you to use Node v4/v5 but not v6 because it’s not supported yet: