[docs] Angular 2 isn't ES6, it's TypeScript
This commit is contained in:
parent
33a3dba37e
commit
3801b11d14
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue