Book Image

Hands-On Web Development with TypeScript 3 [Video]

By : Tomasz Lelek
Book Image

Hands-On Web Development with TypeScript 3 [Video]

By: Tomasz Lelek

Overview of this book

<p>Do you find it difficult to write large, sophisticated JavaScript apps and long to write scripts more easily and quickly? Then this course will help you build any web app with ease using Typescript.</p> <p>This course is a perfect guide to learning the basics of TypeScript and creating simple web apps. As you know, writing large applications in JavaScript is a challenge. This course will help you overcome the difficulties and build web apps with ease. You'll learn to compile ordinary JavaScript so that the code you write in TypeScript will run in any browser that runs JavaScript.</p> <p>Next, you'll start to build an application and learn to use TypeScript to write well structured, type-safe, and scalable web front-end code. As you progress, you'll learn how to receive instant feedback on the code that you're writing in order to catch mistakes earlier in the development process.</p> <p>By the end of the course, you'll be confident enough to build the applications you want and need.</p> <p>All the code and supporting files for this course are available on Github at&nbsp;<a href="https://github.com/PacktPublishing/Hands-On-Web-Development-with-TypeScript-3" target="_blank">https://github.com/PacktPublishing/Hands-On-Web-Development-with-TypeScript-3</a></p> <h1>Style and Approach</h1> <p>The course has a completely practical approach. It teaches in a hands-on way and via practical demonstrations, along with an explanation and discussion of how the topic in question works and how to use it. You'll start by setting up the environment and then create an application. Also, you'll learn to build and structure applications that will be scalable and high-performance.</p>
Table of Contents (5 chapters)
Chapter 5
TypeScript Advanced Classes and Calling Rest
Content Locked
Section 4
Calling Rest Services from TypeScript
In this video, we will call REST from TypeScript module. - First, we will implement REST calls in TypeScript - Create Synchronous Logic - Finally, we will create an Asynchronous Logic