---
title: Learning TypeScript
description: "Following the release of Angular 2 Beta, like many other front-end developers\ncurrently using AngularJS, I became very interested in what the transition from\nAngular 1 to 2 would be and how it might impact what I am working on right now.\n\nRight away I had many questions! I just"
image: https://blog.ippon.tech/hubfs/Imported_Blog_Media/Never-Stop-Learning-3.jpg
---

[Skip to main content](https://blog.ippon.tech/learning-typescript#main)

[![IpponLogoKleinBlue](https://blog.ippon.tech/hs-fs/hubfs/IpponLogoKleinBlue.png?width=219&height=64&name=IpponLogoKleinBlue.png) ![IpponLogoKleinBlue](https://blog.ippon.tech/hs-fs/hubfs/IpponLogoKleinBlue.png?width=219&height=64&name=IpponLogoKleinBlue.png) ![IpponLogoKleinBlue](https://blog.ippon.tech/hs-fs/hubfs/IpponLogoKleinBlue.png?width=168&height=49&name=IpponLogoKleinBlue.png) ![IpponLogoKleinBlue](https://blog.ippon.tech/hs-fs/hubfs/IpponLogoKleinBlue.png?width=168&height=49&name=IpponLogoKleinBlue.png)](https://ipponusa.com/)

- [Home](https://ipponusa.com)
- [Show submenu for About About](https://ipponusa.com/about-us) 
    - [Who We Are](https://ipponusa.com/who-we-are)
    - [Careers](https://ipponusa.com/careers)
    - [Show submenu for Our Partners Our Partners](https://ipponusa.com/our-partners/) 
          - [AWS](https://ipponusa.com/our-partners/aws/)
          - [Snowflake](https://ipponusa.com/our-partners/snowflake/)
          - [Databricks](https://ipponusa.com/our-partners/databricks/)
          - [Microsoft](https://ipponusa.com/our-partners/microsoft/)
- [Show submenu for Services Services](https://ipponusa.com/services) 
    - [Snowflake](https://ipponusa.com/service/snowflake-concierge/)
    - [Artificial Intelligence](https://ipponusa.com/service/artificial-intelligence/)
    - [Data & Analytics](https://ipponusa.com/service/data-analytics/)
    - [Cloud Strategy](https://ipponusa.com/service/cloud-strategy/)
    - [Platform Modernization](https://ipponusa.com/service/platform-moderization/)
    - [Product Innovation](https://ipponusa.com/service/product-innovation/)
    - [Operating Model](https://ipponusa.com/service/operating-model/)
- [Blogs](https://blog.ippon.tech/)
- [Success Stories](https://ipponusa.com/success-stories/)
- [Show submenu for Resources Resources](https://ipponusa.com/resources/) 
    - [eBooks](https://ipponusa.com/ebooks/)
    - [The Data Pour](https://info.ippon.tech/the-data-pour)
    - [Videos & Webinars](https://info.ippon.tech/videos-and-webinars)
    - [Media Center](https://ipponusa.com/media-center/)

Search

Open main navigation

Close main navigation

- [Home](https://ipponusa.com)
- Show submenu for About About 
  
    - About
    - [About](https://ipponusa.com/about-us)
    - [Who We Are](https://ipponusa.com/who-we-are)
    - [Careers](https://ipponusa.com/careers)
    - Show submenu for Our Partners Our Partners 
      
          - Our Partners
          - [Our Partners](https://ipponusa.com/our-partners/)
          - [AWS](https://ipponusa.com/our-partners/aws/)
          - [Snowflake](https://ipponusa.com/our-partners/snowflake/)
          - [Databricks](https://ipponusa.com/our-partners/databricks/)
          - [Microsoft](https://ipponusa.com/our-partners/microsoft/)
- Show submenu for Services Services 
  
    - Services
    - [Services](https://ipponusa.com/services)
    - [Snowflake](https://ipponusa.com/service/snowflake-concierge/)
    - [Artificial Intelligence](https://ipponusa.com/service/artificial-intelligence/)
    - [Data & Analytics](https://ipponusa.com/service/data-analytics/)
    - [Cloud Strategy](https://ipponusa.com/service/cloud-strategy/)
    - [Platform Modernization](https://ipponusa.com/service/platform-moderization/)
    - [Product Innovation](https://ipponusa.com/service/product-innovation/)
    - [Operating Model](https://ipponusa.com/service/operating-model/)
- [Blogs](https://blog.ippon.tech/)
- [Success Stories](https://ipponusa.com/success-stories/)
- Show submenu for Resources Resources 
  
    - Resources
    - [Resources](https://ipponusa.com/resources/)
    - [eBooks](https://ipponusa.com/ebooks/)
    - [The Data Pour](https://info.ippon.tech/the-data-pour)
    - [Videos & Webinars](https://info.ippon.tech/videos-and-webinars)
    - [Media Center](https://ipponusa.com/media-center/)
- Search
- [Contact Us](https://ipponusa.com/contact/)

[Contact Us](https://ipponusa.com/contact/)

# Learning TypeScript

![Leigha Wilson](https://app.hubspot.com/settings/avatar/d41d8cd98f00b204e9800998ecf8427e)

 by [Leigha Wilson](https://blog.ippon.tech/author/leigha-wilson)

April 14, 2016

![Learning TypeScript](https://blog.ippon.tech/hubfs/Imported_Blog_Media/Never-Stop-Learning-3.jpg)

[Angular](https://blog.ippon.tech/tag/angular/) [JavaScript](https://blog.ippon.tech/tag/javascript/) [Front-End](https://blog.ippon.tech/tag/front-end/)

 

Apr 14, 2016

 

Following the release of Angular 2 Beta, like many other front-end developers currently using AngularJS, I became very interested in what the transition from Angular 1 to 2 would be and how it might impact what I am working on right now.

Right away I had many questions! I just wrapped my head around AngularJS and now I have to switch to Angular 2?! How is it better? Will I be able to easily convert what I’ve already written? When will it get out of Beta? Who is really going to use it? How much support will I have if I attempt to start my move to Angular 2 now?

### Why Learn TypeScript?

These questions inspired me to do extensive research. Like I said before, many developers are excited about Angular 2, so there are many articles and other peoples thoughts to read through and compare. Many articles later, I realized I really needed to begin by learning TypeScript, since Angular 2 itself is written in it. So I looked into the basics, enough to build an application and start playing with the code.

I went to a great talk last week that I wish I had seen prior to my research! Dirk Weibel, here in Richmond, Virginia, gave a great overview of this JavaScript superset and then spent a good amount of time walking us through some code examples of its use.

Dirk started the talk by saying that TypeScript is really well suited for large development. Using the technologies available today, “hands in the code” really becomes an issue sometimes, especially in a large project or on a large team. Even when the amount of developers isn’t an issue, we must still maintain clean code.

### Starting to Like the Idea of Using TypeScript

Optional static typing is available. What this means is you, as the developer, have the ability to set the “type” of data your variable is going to hold and that type is then verified on compilation. This allows many bugs to be caught early and is a great start for program verification.

Using static typing, code becomes easier to maintain; you can quickly integrate new developers into your team and bring them up-to-speed with the code; it’s also much less likely for a team member to misuse code. The power of TypeScript comes from the ability to use static typing.

So why is it better than just using JavaScript? Yes, you have this new, fancy way of pre-debugging your code with static typing, but are there any other reasons we should be using it? There are many great reasons, but here are a few from Dirk’s talk and a few I came across:

1. It supports ES6, as well as compiles to older ECMAScript standards if needed.
2. JavaScript is valid TypeScript! TypeScript is actually compiled into JavaScript. Migrating back to JavaScript then becomes very simple. TypeScript will then continue using the advancements of JavaScript while improving on any flaws.
3. Excellent IDE support such as Visual Studio, Sublime and IntelliJ, among others. The development experience is greatly improved because the IDE knows what is allowed and what is not. Because of this support, compilation errors can be displayed within the IDE. This will reduce the amount of time spent getting your code to work!
4. It is Open Source and is supported by Microsoft. TypeScript has seen great activity.
5. Angular 2, as well as some other great projects such as [RxJs](https://github.com/Reactive-Extensions/RxJS?ref=blog.ippon.tech), is coded using TypeScript.

So using TypeScript is a good idea. I’ll have to dive more into Angular 2 to really understand all the questions I still have. I’ll plan to cover answers to those questions in **future posts**, coming soon!

*TypeScript Resources:*

Main TypeScript Site – [http://www.typescriptlang.org/](http://www.typescriptlang.org/?ref=blog.ippon.tech)

Basic TypeScript Quick Start Guide – [http://www.typescriptlang.org/docs/tutorial.html](http://www.typescriptlang.org/docs/tutorial.html?ref=blog.ippon.tech)

Main TypeScript Github – [https://github.com/Microsoft/TypeScript](https://github.com/Microsoft/TypeScript?ref=blog.ippon.tech)

Great TypeScript Resources Github – [https://github.com/dzharii/awesome-typescript](https://github.com/dzharii/awesome-typescript?ref=blog.ippon.tech)

*AngularJS Resources:*

Main Angular2 Site – [https://angular.io/](https://angular.io/?ref=blog.ippon.tech)

Basic Angular2 Quick Start Guide – [https://angular.io/docs/ts/latest/quickstart.html](https://angular.io/docs/ts/latest/quickstart.html?ref=blog.ippon.tech)

Main Angular2 Github – [https://github.com/angular/angular](https://github.com/angular/angular?ref=blog.ippon.tech)

Fun Sites Built to Angular2 – [http://angularexpo.com/](http://angularexpo.com/?ref=blog.ippon.tech)

## Related Articles

##### [![Cache Me Outside: Essential Caching Techniques for Building High-Performance SPAs](https://lh7-us.googleusercontent.com/hTxYYqsViJq3uEodjbK5AdUiM__KjHjGhAi2By6r4wXrI6QIUzKlWrbcJZwazwjRJRddSv1ONjooJmK9npysamb5X3d7er05swo8JR9Qjw6Qvt15Ro2w89JhV11mfeWEVP5kbq2NmdvmQdn1lEHqyWY) Vue • February 8, 2024 Cache Me Outside: Essential Caching Techniques for Building High-Performance SPAs 5 min read](https://blog.ippon.tech/essential-caching-techniques-for-building-high-performance-spas)

##### [![How to Create a Quick React and Angular App with JHipster Lite](https://blog.ippon.tech/hs-fs/hubfs/Imported_Blog_Media/jhipster_lite_logo-3.png?width=520&height=294&name=jhipster_lite_logo-3.png) JHipster Lite • December 16, 2022 How to Create a Quick React and Angular App with JHipster Lite 8 min read](https://blog.ippon.tech/how-to-create-a-quick-react-and-angular-app-with-jhipster-lite)

##### [![How to Choose Between React, Angular, and Vue?](https://blog.ippon.tech/hs-fs/hubfs/Imported_Blog_Media/How-to-Choose-Between-React-Angular-and-Vue-3.png?width=520&height=294&name=How-to-Choose-Between-React-Angular-and-Vue-3.png) Vue • February 10, 2022 How to Choose Between React, Angular, and Vue? 7 min read](https://blog.ippon.tech/how-to-choose-between-react-angular-and-vue)

### Comments

### Subscribe to Our Blog!

Stay informed with the latest insights and updates by signing up for our weekly blog newsletter – delivered straight to your inbox!

[Back to blog homepage »](https://blog.ippon.tech/)

![IpponLogoKleinBlue](https://blog.ippon.tech/hs-fs/hubfs/IpponLogoKleinBlue.png?width=247&height=73&name=IpponLogoKleinBlue.png "IpponLogoKleinBlue")

Ippon is a consulting and expertise firm, who is convinced that technology is a source of progress for society. We help our clients leverage their digital assets to design an appropriate strategy and deploy their transformation roadmap at scale.

#### Navigation

- [Home](https://ipponusa.com/)
- [About](https://ipponusa.com/about-us/)
- [Services](https://ipponusa.com/services/)
- [Blogs](https://blog.ippon.tech/?__hstc=223043268.1036d82247623b329dfefe4e92697801.1714729179243.1714729179243.1714729179243.1&__hssc=223043268.2.1714729179244&__hsfp=803678701)
- [eBooks](https://ipponusa.com/ebooks/)
- [The Data Pour](https://info.ippon.tech/the-data-pour?__hstc=223043268.1036d82247623b329dfefe4e92697801.1714729179243.1714729179243.1714729179243.1&__hssc=223043268.2.1714729179244&__hsfp=803678701)

[Contact Us](https://ipponusa.com/contact/)

[Join Us](https://ipponusa.com/careers/)

#### Services

- [Data & Analytics](https://ipponusa.com/service/data-analytics/)
- [Cloud Strategy](https://ipponusa.com/service/cloud-strategy/)
- [Artificial Intelligence](https://ipponusa.com/service/artificial-intelligence/)
- [Operating Model](https://ipponusa.com/service/operating-model/)
- [Platform Modernization](https://ipponusa.com/service/platform-moderization/)
- [Product Innovation](https://ipponusa.com/service/product-innovation/)

#### Ippon International

- [France](https://fr.ippon.tech/?__hstc=223043268.1036d82247623b329dfefe4e92697801.1714729179243.1714729179243.1714729179243.1&__hssc=223043268.2.1714729179244&__hsfp=803678701)
- [Australia](https://au.ippon.tech/?__hstc=223043268.1036d82247623b329dfefe4e92697801.1714729179243.1714729179243.1714729179243.1&__hssc=223043268.2.1714729179244&__hsfp=803678701)

- #### Contact
- Ippon Technologies  
  [3431 West Leigh Street Richmond, VA 23230, USA](https://maps.app.goo.gl/RySm6SAwZnsxeiLz9)
-  
- [(844) 477- 6687](tel:8444776687)
-  
- [Sales@ipponusa.com](mailto:Sales@ipponusa.com)

<https://www.facebook.com/IpponUSA/> <https://www.youtube.com/c/ipponusa> <https://www.linkedin.com/company/ippon-technology>

©Copyright 2024 Ippon USA. All Rights Reserved.   |   [Terms and Conditions](https://ipponusa.com/privacy-policy/)   |   [Privacy Policy](https://ipponusa.com/privacy-policy/)   |   [Website by Skol Marketing](https://skolmarketing.com/)

```json
{
  "@context" : "https://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Leigha Wilson",
    "url" : "https://blog.ippon.tech/author/leigha-wilson"
  },
  "dateModified" : "2024-01-29T15:57:18.215Z",
  "datePublished" : "2016-04-14T15:28:00.000Z",
  "headline" : "Learning TypeScript",
  "image" : [ "https://blog.ippon.tech/hubfs/Imported_Blog_Media/Never-Stop-Learning-3.jpg" ],
  "mainEntityOfPage" : {
    "@id" : "https://blog.ippon.tech/learning-typescript",
    "@type" : "WebPage"
  },
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "url" : "https://blog.ippon.tech/hubfs/logo_SVG.svg"
    },
    "name" : "Ippon Technologies"
  }
}
```