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