[FIX] Some typos in Angular2 and Typescript article
This commit is contained in:
committed by
bernhard.bezdek
parent
caeb85587c
commit
57dfc56401
@@ -7,7 +7,7 @@ quadrant: languages-and-frameworks
|
||||
|
||||
[TypeScript](https://www.typescriptlang.org/) is a language that gets transpiled to native JavaScript code.
|
||||
|
||||
It offers support for the latests EcmaScript features and has strict typing and support for interfaces built in.
|
||||
It offers support for the latest EcmaScript features and has strict typing and support for interfaces built in.
|
||||
|
||||
JavaScript scoping, which led into recurring workarounds such as **var self = this, myFunc.bind(this)_,_**was eliminated in TypeScript.
|
||||
|
||||
@@ -15,7 +15,7 @@ In TypeScript **this** stays **this**, which leads to more readable and understa
|
||||
|
||||
TypeScript continues to be actively developed by Microsoft and is also well-Integrated in today's IDEs.
|
||||
|
||||
The excellent strucure and the possibilities for extension make it a good choice to consider for larger JavaScript projects.
|
||||
The excellent structure and the possibilities for extension make it a good choice to consider for larger JavaScript projects.
|
||||
|
||||
Typescript was the choice for [Angular 2+](/languages-and-frameworks/angular-2.html) and one can assume that it will get more traction with the success of Angular 2 in the future.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user