I am little confused here in angular2. Many example show like
import { Component } from "@angular/core"
But actually in node_module
there is angular2
directory exists. So logically it should be
import { Component } from "angular2/core"
What is the difference between this two ?