Angular 9 is Here. TypeScript V3.8 Released | Do you know whats new ? Weekly Edition

Опубликовано: 22 Май 2026
на канале: unboxedjs
1,874
26

Youtube Player & Gmap Has In-Built Support in Angular 9️⃣. Did you Know?

TypeScript V3.8 leverages existing JSDoc comments for private, protected and public fields.

All these Interesting Web Dev News at your fingerTips,

-----------------------------------------------------------------------------------------
Need all your support❤️ Subscribe now @    / myworkbench   for Updates.
------------------------------------------------------------------------------------------

To get started using the RC, you can get it through NuGet, or through npm with the following command:
npm install typescript@rc

TypeScript 3.8 brings a lot of new features, including new or upcoming ECMAScript standards features, new syntax for importing/exporting only types, and more.

Type-Only Imports and Exports
ECMAScript Private Fields
export * as ns Syntax
Top-Level await
JSDoc Property Modifiers
Better Directory Watching and watchOptions
“Fast and Loose” Incremental Checking

Angular 9 Packs a lot of Under the hood changes,
-------------------------------------------------------------------------------
Version 9 moves all applications to use the Ivy compiler and runtime by default. In addition to hundreds of bug fixes, the Ivy compiler and runtime offers numerous advantages:
Smaller bundle sizes
Faster testing
Better debugging
Improved CSS class and style binding
Improved type checking
Improved build errors
Improved build times, enabling AOT on by default
Improved Internationalization