Book Image

Angular 2 Projects [Video]

By : Levi Botelho
Book Image

Angular 2 Projects [Video]

By: Levi Botelho

Overview of this book

<p>AngularJS is a JavaScript framework used to build web applications in large-scale, high-traffic websites that struggle with under-performance, portability issues, and complexity at scale. Angular changes that, and with Angular 2, the web application building process is made easier and more efficient.</p> <p>This video starts out by addressing some of the advantages that Angular 2 applications have over traditional page-based web apps. You'll build a simple weather application where you'll learn the basic concepts of Angular 2 such as writing basic components, making API calls, and routing. Next you'll build a more complex Twitter app, which will be based on the knowledge you gained while building the weather application. It will show you how to handle more complex API calling scenarios, filter data using pipes, and integrate external components into the application. Lastly, you'll build a multiplayer checkers app that will make extensive use of data binding in order to provide a responsive user interface.</p> <p>You'll then learn how to test the applications built in the course, and finally we’ll conclude by providing a brief example on how to deploy an Angular 2 app to AWS.</p> <h1>Style and approach</h1> <p>This step-by-step practical video tutorial will show you how to code an Angular application and deploy an app to an AWS instance.</p>
Table of Contents (7 chapters)
Chapter 2
Getting Set Up
Content Locked
Section 1
Introduction to TypeScript
Viewers need to know how to get their development environment set up for developing Angular apps. - Install Node JS and required Node modules - Configure the node modules and write a hello world page. - Run the hello world page and see that it renders on screen