Learning Angular - Second Edition: A no-nonsense guide to building real-world apps with Angular 5
Christoffer Noring, Pablo Deeleman
- 出版商: Packt Publishing
- 出版日期: 2017-12-08
- 售價: $1,840
- 貴賓價: 9.5 折 $1,748
- 語言: 英文
- 頁數: 456
- 裝訂: Paperback
- ISBN: 1787124924
- ISBN-13: 9781787124929
-
相關分類:
Angular
-
其他版本:
Learning Angular - Third Edition: A no-nonsense beginner's guide to building web applications with Angular 10 and TypeScript
相關主題
商品描述
Build modern SPAs by learning the latest and powerful features of Angular 5 and TypeScript 2.x
Key Features
Moving on, you'll explore and work with the components to build your app. Next, you'll find out more about TypeScript and see how to use it to build apps in the best way possible. You'll then be introduced to the building blocks - Properties, Events, Directives, and Pipes - and how it can be used to implement and enhance the components.
Additionally, you'll be using Angular components to organize your components in a scalable way. Then you'll understand how to get data in your app and add navigation to it. Furthermore, you'll deep dive and work with Forms, Authentication, and see how Material design will help you make your app beautiful in just a few short lines of code. Lastly, you'll see how to use animating components with Angular, and test and debug the app.
All in all, the overall mission is to give you a great start when developing apps using Angular and TypeScript.
What you will learn
Table of Contents
Key Features
- The best overview of Angular 5 on the market, this guide gathers together everything there is to know about Angular 5 and groups it into intuitive sections.
- Learn to build, grow and test powerful and scalable mobile and desktop web applications with Angular
- Explore the latest features of Angular 5 and TypeScript 2.4 by building a complete responsive application from scratch.
- Deliver seamless web navigation experiences with application routing and state handling common features with ease
- The author has done all the hard work of fitting everything Angular 5 means for developers, making this book the quickest way to learn Angular 5 from scratch.
Moving on, you'll explore and work with the components to build your app. Next, you'll find out more about TypeScript and see how to use it to build apps in the best way possible. You'll then be introduced to the building blocks - Properties, Events, Directives, and Pipes - and how it can be used to implement and enhance the components.
Additionally, you'll be using Angular components to organize your components in a scalable way. Then you'll understand how to get data in your app and add navigation to it. Furthermore, you'll deep dive and work with Forms, Authentication, and see how Material design will help you make your app beautiful in just a few short lines of code. Lastly, you'll see how to use animating components with Angular, and test and debug the app.
All in all, the overall mission is to give you a great start when developing apps using Angular and TypeScript.
What you will learn
- Set up the workspace and the project using webpack and Angular-Cli
- Explore the features of TypeScript and organize the code in ES6 modules
- Work with HTTP and Data Services and understand how data can flow in the app
- Create multiple views and learn how to navigate between them
- Make the app beautiful by adding Material Design
- Implement two different types of form handling and its validation
- Add animation to some standard events such as route change, initialization, data load, and so on
- Discover how to bulletproof your applications by introducing smart unit testing techniques and debugging tools
Table of Contents
- Creating Our First Component in Angular
- IDEs and Plugins
- Introducing TypeScript
- Implementing Properties and Events in Our Components
- Enhancing our components with Pipes and Directives
- Building an Application with Angular Components
- Asynchronous Data Services with Angular
- Firebase
- Routing
- Forms in Angular
- Angular Material
- Animating Components with Angular
- Unit testing
- Appendix I - SystemJS
- Apendix II - Webpack with Angular