Skip to content

New and Noteworthy 1.3.0

angelozerr edited this page Jun 28, 2017 · 6 revisions

New and Noteworthy 1.3.0

Here's a list of the most noteworthy things in the typescript.java 1.3.0 release which is available for download since ?. You can see issues for 1.3.0

TypeScript 2.4.1

@angular language service

The TypeScript plugin @angular language service is now very well integrated and works too with HTML file:

HTML Angular Demo

You need to:

  • use TypeScript 2.4.1
  • install @angular/language-service with nom
  • declare in your tsconfig.json the plugin @angular/language-service

Angular2 syntax coloration

If you activate TextMate syntax coloration, you will benefit with HTML & CSS syntax coloration inside @Component/template and @Component/styles:

Angular2 Syntax Coloration