Learning Angular - Second Edition: A no-nonsense guide to building real-world apps with Angular 5
暫譯: 學習 Angular - 第二版:實用指南,使用 Angular 5 建立真實世界應用程式
Christoffer Noring, Pablo Deeleman
- 出版商: Packt Publishing
- 出版日期: 2017-12-08
- 售價: $1,860
- 貴賓價: 9.5 折 $1,767
- 語言: 英文
- 頁數: 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
相關主題
商品描述
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
商品描述(中文翻譯)
**透過學習 Angular 5 和 TypeScript 2.x 的最新強大功能來構建現代單頁應用程式 (SPA)**
主要特點
- 本書是市場上對 Angular 5 最佳的概述,將有關 Angular 5 的所有知識整合並分為直觀的部分。
- 學習如何使用 Angular 構建、擴展和測試強大且可擴展的移動和桌面網頁應用程式。
- 通過從零開始構建完整的響應式應用程式,探索 Angular 5 和 TypeScript 2.4 的最新功能。
- 輕鬆提供無縫的網頁導航體驗,使用應用程式路由和狀態處理的常見功能。
- 作者已經完成了將 Angular 5 對開發者的所有意義整合的艱苦工作,使本書成為從零開始學習 Angular 5 的最快途徑。
書籍描述
Angular 的最新版本帶來了許多新功能,幫助您使應用程式更小、更快。本書將向您展示如何設置 Angular 專案,並從一開始就構建 Angular 元件。接下來,您將探索並使用這些元件來構建您的應用程式。然後,您將進一步了解 TypeScript,並學習如何以最佳方式使用它來構建應用程式。接著,您將介紹構建塊 - 屬性、事件、指令和管道 - 以及如何使用它們來實現和增強元件。
此外,您將使用 Angular 元件以可擴展的方式組織您的元件。然後,您將了解如何在應用程式中獲取數據並添加導航。此外,您將深入研究表單、身份驗證,並了解 Material 設計如何幫助您在短短幾行代碼中使應用程式變得美觀。最後,您將學習如何使用 Angular 動畫元件,並測試和調試應用程式。
總的來說,整體任務是為您在使用 Angular 和 TypeScript 開發應用程式時提供良好的起點。
您將學到的內容
- 使用 webpack 和 Angular-Cli 設置工作區和專案
- 探索 TypeScript 的功能並將代碼組織成 ES6 模組
- 使用 HTTP 和數據服務,了解數據如何在應用程式中流動
- 創建多個視圖並學習如何在它們之間導航
- 通過添加 Material Design 使應用程式變得美觀
- 實現兩種不同類型的表單處理及其驗證
- 為一些標準事件(如路由變更、初始化、數據加載等)添加動畫
- 探索如何通過引入智能單元測試技術和調試工具來加固您的應用程式
本書適合對象
本書適合希望使用 Angular 構建下一代尖端移動和桌面網頁應用程式的網頁開發者。本書不要求您具備 Angular 1.x、2 或 4 的先前經驗,但假設您對 JavaScript 有全面的了解。
目錄
1. 在 Angular 中創建我們的第一個元件
2. IDE 和插件
3. 介紹 TypeScript
4. 在我們的元件中實現屬性和事件
5. 使用管道和指令增強我們的元件
6. 使用 Angular 元件構建應用程式
7. 使用 Angular 的非同步數據服務
8. Firebase
9. 路由
10. Angular 中的表單
11. Angular Material
12. 使用 Angular 動畫元件
13. 單元測試
14. 附錄 I - SystemJS
15. 附錄 II - 使用 Angular 的 Webpack