I am getting the error message:
Unhandled Promise rejection: Zone.assertZonePatched is not a function
Although I am importing zonejs correctly in index.html:
<script src="https://unpkg.com/zone.js@0.6.17/dist/zone.js"></script>
Here is the code:
Plnkr: http://plnkr.co/edit/zZYOcgxcRINx23JhuxOk?p=preview
What is wrong here?