Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular2 Difference between @angular/ and angular2/ imports

Tags:

angular

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 ?

like image 399
Scipion Avatar asked Jun 13 '16 07:06

Scipion


Video Answer


1 Answers

@angular is for release candidate (RC) versions and angular2 for beta versions. There was a renaming between these versions (beta and RC)...

like image 59
Thierry Templier Avatar answered Oct 26 '22 05:10

Thierry Templier