@angular
is for RC (release candidate) versions and angular2
for beta versions.
In RC versions, for example, angular2/core
becomes @angular/core
. You can also notice that the SystemJS configuration is different since you don't have bundled JS files.
Now you need to configure Angular2 modules into map and packages blocks of your SystemJS configuration. See this link for more details:
- https://angular.io/guide/quickstart