I started to play with angular2, and when trying to create a component with a dependency on angular that is located in its parent location, e.g.,
import {Component, View, bootstrap, For} from '../../ext_components/angular2/angular2.dev';
I get the following error message:
Zone already exported on window the object!
Could someone please explain what causes this issue and how can I resolve it?