[docs] Angular 2 isn't ES6, it's TypeScript

This commit is contained in:
Tim Ruffles 2015-11-03 10:25:51 +00:00 committed by Ward Bell
parent 33a3dba37e
commit 3801b11d14
1 changed files with 5 additions and 5 deletions

View File

@ -13,17 +13,17 @@
material design UI components with responsive, cross-device support.
<!-- ES6 -->
<!-- TypeScript -->
.grid-fluid.l-space-bottom-8
.c3.text-center
.sticker <span class="sticker-icon icon-fast-forward"></span>
.c7
h3.text-headline.text-uppercase Future Ready
p.text-body.
Angular 2 is written in ECMAScript 6 (ES6),
with the addition of types and annotations.
ES6 allows Angular to benefit from the best of JavaScript,
while maintaining clean and easy-to-read code.
Angular 2 is written in TypeScript, which is a superset of
ECMAScript 6 (ES6) with the addition of features including
types and annotations. TypeScript allows Angular to benefit from the
best of JavaScript, while maintaining clean and easy-to-read code.
<!-- Coffee, Dart, ES6 -->