In the newer examples (seeds, angular.io,..) there is another import for the bootstrapping process: @angular/platform-browser-dynamic
.
Could someone explain what the differences are between that and @angular/platform-browser
?
There is no information on the official angular.io website yet.
If you look closely at the history of the angular2 then you will find there are two version 1) beta version 2) release candidate version. At present it is r.c 3 (release candidate 3). Release candidate version means bug fix releases before the final release. So when angular2 moves to first release candidate version(rc1) from beta version then it make some directory change... for example
angular2/core---->@angular/core
angular2/platform/browser------>@angular/platform-browser-dynamic
for more information please visit
https://github.com/angular/angular/blob/master/CHANGELOG.md
i Hope you will find your answer. Thanks