Klas Mellbourn
Klas Mellbourn

Reputation: 44447

What version of TypeScript does Angular2 require?

What is the minimum version of TypeScript that Angular2 requires? Specifically, is TypeScript 1.8 sufficient, or do you have to have TypeScript 2.0?

We want to use TypeScript, but have a big project using 1.8 that is not completely trivial to upgrade.

Upvotes: 3

Views: 948

Answers (1)

Fabio Antunes
Fabio Antunes

Reputation: 22882

Typescript 1.8 works fine, We have been using typescript 1.8 with the final Angular 2.0 and there's no problem at all.

Would that be true for future versions? Probably not.

The Angular team is developing with typescript 2.0.2 as you can see in this commit since RC5 and so far typescript 1.8 is working fine.

Upvotes: 2

Related Questions