Home:ALL Converter>Angular2 Difference between @angular/ and angular2/ imports

Angular2 Difference between @angular/ and angular2/ imports

Ask Time:2016-06-13T15:36:45         Author:Scipion

Json Formatter

While looking at some Angular2 project, I see two different kind of imports : some are starting with @angular/ like @angular/core by instance, and some others with angular2 (angular2/core).

What's the difference ? Where does that come from ?

Author:Scipion,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/37784116/angular2-difference-between-angular-and-angular2-imports
Thierry Templier :

@angular is for release candidate (RC) versions and angular2 for beta versions. There was a renaming between these versions (beta and RC)...",
2016-06-13T07:40:05
yy