Maybe this is a silly question, but I've noticed that there are multiple instances of
import {Component} from 'angular2/core'
and
import {Component} from '@angular/core'
However, I can't seem to grasp when to use one over the other.
Appreciate any help. Thank you.