Video description
Angular and TypeScript have become key tools for enterprise web developers. Angular's web dev platform works for teams with mixed skill levels and doesn't need additional libraries and tools to develop a complete app. TypeScript is a superset of JavaScript that makes developers more productive. Why? Because writing code in traditional JavaScript allows for errors to sneak into deployed code, while TypeScript's static typing catches those errors during development. This course gets you started with web app development using Angular and TypeScript. You’ll learn the basics of the Angular framework and its tooling for developing single page web apps; you'll generate a new project using Angular CLI and work with modules, components, dependency injection, routing, reactive programming, and inter-component communication; and then learn how to make HTTP requests to a web server. You'll finish up by doing a code review of a frontend sample online auction. The course works best if you've completed the O'Reilly videos "TypeScript Essentials" and "RxJS Essentials." Requirements include basic experience with JavaScript and understanding of an object-oriented programming language. Please have a current version of Node.js, the Chrome browser, and Visual Studio Code loaded on your computer before you start the class.
- Understand how Angular projects are structured
- Survey TypeScript basics (e.g., classes, interfaces, generics, type definition files, etc.)
- Learn how to create reusable components and services
- Practice arranging client-side navigation using the router
- Discover how to inject services into components
- Understand to communicate with servers using HTTP
- Pick up the ability to deploy Angular apps on Web servers
Yakov Fain is a Java Champion and cofounder of the IT consultancy, Farata Systems. An in-demand speaker at international conferences, Yakov has written 1,000 blogs (http://yakovfain.com) and authored or coauthored multiple books about software development, including Angular 2 Development with TypeScript (Manning Publications) and Enterprise Web Development (O'Reilly Media).
Table of contents
- A High-Level Overview of Angular
- TypeScript Basics
- Angular Templates and Bindings
- Client-Side Navigation with Angular Router
- Dependency Injection in Angular
- Reactive Programming in Angular
- Inter-component communications in Angular
- Component Lifecycle and Change Detection in Angular
- Introduction to Angular Forms API
- Communicating With a Web Server from the Angular Client
Product information
- Title: Building Web Apps with Angular and TypeScript
- Author(s):
- Release date: September 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491996751
You might also like
video
Angular with TypeScript
Becoming a fullstack developer is one of the best ways you can progress your career. Angular …
video
Building a Real Site with Angular
Learning to build beautiful front ends and working as a full stack developer is one of …
book
Angular Development with TypeScript, Second Edition
Angular Development with TypeScript, Second Edition is an intermediate-level tutorial that introduces Angular and TypeScript to …
video
Angular (Full App) with Angular Material, Angularfire and NgRx
This course will take you on a journey where you'll you will learn to build a …