-
Notifications
You must be signed in to change notification settings - Fork 230
Rename to pkg/angular (drop the "2") #78
Comments
Also, quoting the article posted on angularjs.blogspot.com
|
You're not the only person that finds it weird 😩 I think we may eventually rename Angular2 to Angular (version 2.0.0), but I think the naming probably is less important to getting the framework to an awesome place first, I'm sure you agree. We'll have more details at the Dart Dev Summit (https://events.dartlang.org/2016/summit/) |
I would prefer it went the other way around and Angular were renamed to Angular2 1.0.0. My reasoning is that it's simply not version 2. It's barely even concept compatible. |
P.S. I'm a TypeScript user. |
Wasn't Angular 1 named AngularJS. So there would already be a name change that reflects the substantial changes. |
@zoechi I always thought the change from AngularJS to Angular2 made sense since it officially supported more languages/dialects. Anyway I'm not a fan of the name Angular2 per say, but these are hardly breaking changes. It is a brand new framework, so actually I would prefer a new name altogether. |
I'm revisiting this because recently there was a presentation and seems like angular ts will be tagged as 4.0 in march and they asked everyone to stop calling it "angular 2" because it will cause confusion in the community, I think the same applies to angular dart, one example is that we have many |
This is potentially planned for import 'packlage:angular/angular.dart'; // Soon! |
What about the old angular (dart)? |
@b-strauss it's quite unlikely there will be a 4.0.0 version of the old Angular because it's not maintained anymore, therefore there won't be any conflict. |
We've landed the change to the codebase, as of #471, and will make this the default starting in 4.0. |
https://github.com/dart-lang/angular/blob/master/angular/README.md The readme still mentions |
Since the beginning of the project I've been wondering, why is it
angular2
instead ofangular
with the package beingv2.0.0
, At first I thought this would be the name of the project, but seems like it is not. I know we're not following 100% of what's coming from angular ts, but seems like they're gonna have breaking changes every 6 months (as mentioned in the video I'll add bellow), and in 6 months from now angular will beangular 3.0
. So is dart going to migrate fromangular2
toangular
and use the semver ?Btw, angular ts is not using the
angular2
name, they've been using@angular/common
for a while now. They also mention is this video that the project should be called angular and not angular2.Angular Special Event
The text was updated successfully, but these errors were encountered: