I am pretty new to AngularJS 2.0. When I read its quickstart guide and some other posts, there are import lines like this:
import
import {Component, View,
Here 'angular2/angular2' is not a path but a predefined systemjs bundle for angular. In your index.html you have to load the system.js script ahead of angular.