Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Angular Development with Typescript

Posted By: tarantoga
Angular Development with Typescript

Yakov Fain, Anton Moiseev, "Angular Development with Typescript, 2nd Edition"
ISBN: 1617295345 | 2018 | EPUB | 560 pages | 9 MB

Summary

Angular 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 Technology

Whether 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 Book

Angular 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 inside

Code samples for Angular 5, 6, and 7
Dependency injection
Reactive programming
The Angular Forms API

About the Reader

Written for intermediate web developers familiar with HTML, CSS, and JavaScript.

About the Author

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

Table of Contents

Introducing Angular
The main artifacts of an Angular app
Router basics
Router advanced
Dependency injection in Angular
Reactive programming in Angular
Laying out pages with Flex Layout
Implementing component communications
Change detection and component lifecycle
Introducing the Forms API
Validating forms
Interacting with servers using HTTP
Interacting with servers using the WebSocket protocol
Testing Angular applications
Maintaining app state with ngrx