Angular Development with Typescript

Yakov Fain & Anton Moiseev

Language: English

Publisher: Manning

Published: Dec 17, 2018

Description:

SummaryAngular Development with TypeScript, Second Edition is an intermediate-level tutorial that introduces Angular and TypeScript to developers comfortable with building web applications using other frameworks and tools.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the TechnologyWhether you're building lightweight web clients or full-featured SPAs, Angular is a clear choice. The Angular framework is fast, efficient, and widely adopted. Add the benefits of developing in the statically typed, fully integrated TypeScript language, and you get a programming experience other JavaScript frameworks just can't match.

About the BookAngular Development with TypeScript, Second Edition teaches you how to build web applications with Angular and TypeScript. Written in an accessible, lively style, this illuminating guide covers core concerns like state management, data, forms, and server communication as you build a full-featured online auction app. You'll get the skills you need to write type-aware classes, interfaces, and generics with TypeScript, and discover time-saving best practices to use in your own work.

What's insideCode samples for Angular 5, 6, and 7Dependency injectionReactive programmingThe Angular Forms APIAbout the ReaderWritten for intermediate web developers familiar with HTML, CSS, and JavaScript.

About the AuthorYakov Fain and Anton Moiseev are experienced trainers and web application developers. They have coauthored several books on software development.

Table of ContentsIntroducing AngularThe main artifacts of an Angular appRouter basicsRouter advancedDependency injection in AngularReactive programming in AngularLaying out pages with Flex LayoutImplementing component communicationsChange detection and component lifecycleIntroducing the Forms APIValidating formsInteracting with servers using HTTPInteracting with servers using the WebSocket protocolTesting Angular applicationsMaintaining app state with ngrx