Live data from Hacker News

Angular 2.0 Website

angular.io

11–20 of 47 posts

Re: Angular 2.0 Website

#14
post #13

I am confused seeing this - This mentions "ES6, AtScript, and the es6-shim" ... but the other story on HN speaks about "Angular2 in TypeScript" [ http://blogs.msdn.com/b/typescript/archive/2015/03/05/angula... ] What am I missing here?

IIRC, AtScript is a superset of both ES6 and TypeScript.

Re: Angular 2.0 Website

#16
post #13

I am confused seeing this - This mentions "ES6, AtScript, and the es6-shim" ... but the other story on HN speaks about "Angular2 in TypeScript" [ http://blogs.msdn.com/b/typescript/archive/2015/03/05/angula... ] What am I missing here?

They announced today that they're retiring the AtScript name and using TypeScript going forward. The new version of TypeScript is a combination of the old TypeScript and AtScript.

Re: Angular 2.0 Website

#17

Angular is the new PHP... Queue the haters

I think the idiom is "Cue the haters" but "queue the haters" does have a nice image to it. I'm imagining a long line of haters waiting patiently to dis Angular.

Re: Angular 2.0 Website

#18
post #6
post #2

And all hell breaks loose again in the JavaScript world.

The original angular seemed to mostly be advocated for by people new to JavaScript.

Being new means you're less likely to be tied down by old assumptions and sunk costs as you evaluate the available tools for your use cases.

Re: Angular 2.0 Website

#19

> Angular 2 is currently in Alpha Preview. We recommend using Angular 1.X for production applications. Not sure how they can "recommend" 1.X when it's completely incompatible with 2.0. Might as well recommend Ember, React, or literally anything else.

> Not sure how they can "recommend" 1.X when it's completely incompatible with 2.0 I'm tired of people saying this. It's simply not true. The core team has said multiple times that there will be a migration path and they just announced today that you will be able to mix v1 and v2 components within the same project.

I agree with you completely. People just want to complain.

Re: Angular 2.0 Website

#20

> Angular 2 is currently in Alpha Preview. We recommend using Angular 1.X for production applications. Not sure how they can "recommend" 1.X when it's completely incompatible with 2.0. Might as well recommend Ember, React, or literally anything else.

> Not sure how they can "recommend" 1.X when it's completely incompatible with 2.0 I'm tired of people saying this. It's simply not true. The core team has said multiple times that there will be a migration path and they just announced today that you will be able to mix v1 and v2 components within the same project.

In addition to allowing your app to share components, they are also back porting parts of v2 to v1. So far, the router and ng-animate and I'm sure more will come.
Post reply on HN