Book Image

Angular Fundamentals with TypeScript [Video]

By : Bartłomiej Potaczek
Book Image

Angular Fundamentals with TypeScript [Video]

By: Bartłomiej Potaczek

Overview of this book

<p><span id="description" class="sugar_field">Angular is a client-side framework that makes it easy to build applications with the web. It contains tons of useful features such as components, directives, services and more and integrates best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop. Angular is written in TypeScript - an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications.</span></p> <p><span id="description" class="sugar_field">This video teaches you how to leverage the exciting features of Angular and TypeScript while working on the Angular framework. At the beginning of the course, you will be introduced into TypeScript where you will install and run TypeScript compiler, and you will learn the basics of TypeScript language, and do a bunch of practical examples with variables, arrays, functions, and so on. Next, you will start working with Angular, you will install Angular-CLI, and do first “hello world” using Angular-CLI. Then, you will work with components and events where you will create your first component, and you will learn how to listening to the events. Following that, you will learn the basics of Angular Directives and you will create your own. Going forward you will learn and create an interactive form with Angular Reactive Forms and you will learn how to add form validation. Next, you will learn what is a dependency injection, you will create and inject a service into a component and into another service. Then you will go through Angular Routing, you will create a simple application routing, you will learn how to add Router navigation links and how to handle routes. Following that, you will work with real hosted data where you will replace mocked data with remote data using Angular HTTP module. At the end of this course, you will learn how you can easily debug your code and run tests with Angular-CLI.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span id="trade_selling_points_c" class="sugar_field">This step-by-step tutorial-based guide will help you learn the features of Angular features with TypeScript and solve your problems by following examples.</span></p>
Table of Contents (9 chapters)
Chapter 1
Getting Started with TypeScript
Section 1
The Course Overview
This video provides an overview of the entire course.