From the course: Angular: Progressive Web Apps (2017)

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Technology review

Technology review - Angular Tutorial

From the course: Angular: Progressive Web Apps (2017)

Start my 1-month free trial

Technology review

- Before starting our project let's make a technology review and let's see all the technologies that we are going to use during our present web app. We're going to start with Typescript. That's the preferred language of the Angular framework. Remember, Typescript is an open language originally from Microsoft but is opensource now and embraced by a lot of companies. It's a super set of ES 6 or ECMA Script 6 also known as ES 2015. That means if you have never played with typescript but you have played with ECMA script then that means you already know typescript. Of course, there are a lot of things on top of ECMA Script 6 and that's why it's a superset. It's integrated automatically with the Angular CLI and that's also a tool that we're going to use here. That means you don't need to install TypeScript by yourself. Of course, we are going to use Angular. That's the framework for single page applications and it's the one that we're going to use during this course to create our impressive…

Contents