Angular 2 Development with Typescript
暫譯: 使用 TypeScript 的 Angular 2 開發
Yakov Fain, Anton Moiseev
- 出版商: Manning
- 出版日期: 2016-12-01
- 售價: $1,560
- 貴賓價: 9.8 折 $1,529
- 語言: 英文
- 頁數: 456
- 裝訂: Paperback
- ISBN: 1617293121
- ISBN-13: 9781617293122
-
相關分類:
Angular
-
其他版本:
Angular Development with TypeScript 2E
買這商品的人也買了...
-
Sass and Compass in Action (Paperback)$1,485$1,411 -
可測試的 JavaScript (Testabe Javascript)$520$411 -
中老年人快樂學電腦:Office 2013 (Word / Excel / PowerPoint / Outlook)<超大圖解好閱讀,教學影片好上手>$420$332 -
進擊的 Joomla! 3.3 : 讓你輕鬆成為架站達人$580$452 -
Responsive Web Design 響應式網頁設計學習手冊 (Learning Responsive Web Design: A Beginner's Guide)$580$458 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
黑帽 Python | 給駭客與滲透測試者的 Python 開發指南 (Black Hat Python: Python Programming for Hackers and Pentesters)$400$316 -
Kali Linux 滲透測試工具, 2/e$500$395 -
Python 絕技:運用 Python 成為頂級駭客 (Violent Python : A Cookbook for Hacker, Forensic Analysis, Penetration Testers and Security Engineers)$474$450 -
網路鑑證學習手冊:封包分析x日誌調查x惡意程式檢測$380$300 -
Python 機器學習 (Python Machine Learning)$580$452 -
今天不學機器學習,明天就被機器取代:從 Python 入手+演算法$590$502 -
Web Performance in Action: Building Faster Web Pages$1,810$1,720 -
超圖解 Arduino 互動設計入門, 3/e$680$578 -
Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425 -
深度學習快速入門 — 使用 TensorFlow (Getting started with TensorFlow)
$360$281 -
演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e)$580$458 -
Laravel 啟動與運行 (Laravel: Up and Running: A Framework for Building Modern PHP Apps)$780$616 -
TensorFlow + Keras 深度學習人工智慧實務應用$590$460 -
寫程式前就該懂的演算法 ─ 資料分析與程式設計人員必學的邏輯思考術 (Grokking Algorithms: An illustrated guide for programmers and other curious people)$390$308 -
Docker 入門與實戰, 2/e$500$395 -
勒索病毒程式設計 : 揭秘你所不知道的勒索病毒$480$374 -
Deep Learning|用 Python 進行深度學習的基礎理論實作$580$458 -
忍者:JavaScript 開發技巧探秘, 2/e (Secrets of the JavaScript Ninja, 2/e)$650$507 -
Google Analytics 終極實戰寶典$690$545
相關主題
商品描述
Summary
Angular 2 Development with Typescript teaches you what you need to start using Angular, while you also learn TypeScript and how to take advantage of its benefits.
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 web clients or full-featured SPAs, using the Angular 2 web framework is a liberating experience. Its declarative style makes it easy to define and add features without a lot of manually written boilerplate, and the fully integrated TypeScript language gives you the benefits of a statically typed language within the JavaScript ecosystem. Not to mention that adding Angular 2 and TypeScript to your skill set makes you a hot commodity.
About the Book
Angular 2 Development with Typescript introduces Angular 2 to developers comfortable using AngularJS v1 or other web frameworks. You'll start by exploring how Angular 2 works in an online auction application. Along the way, you'll learn to use TypeScript to write type-aware classes, interfaces, and generics. This is a practical book that covers real-world development concerns like data and views, user interaction with forms, and communicating with servers, as well as testing and deploying your Angular 2 applications.
What's Inside
- Design and build modular applications
- Transpile TypeScript into today's JavaScript
- Use modern JavaScript workflow tools like npm, Karma, and Webpack
About the Reader
This book is for intermediate web developers with a working knowledge of JavaScript. No TypeScript or AngularJS experience needed.
About the Author
Yakov Fain and Anton Moiseev are experienced web application developers. Yakov has written several books on software development.
Table of Contents
- Introducing Angular 2
- Getting started with Angular
- Navigation with the Angular router
- Dependency injection
- Bindings, observables, and pipes
- Implementing component communications
- Working with forms
- Interacting with servers using HTTP and WebSockets
- Unit-testing Angular applications
- Bundling and deploying applications with Webpack
商品描述(中文翻譯)
**摘要**
《Angular 2 Development with Typescript》教你開始使用 Angular 所需的知識,同時學習 TypeScript 及其優勢。
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。
**關於技術**
無論你是在構建網頁客戶端還是功能完整的單頁應用程式(SPA),使用 Angular 2 網頁框架都是一種解放的體驗。其聲明式風格使得定義和添加功能變得簡單,而不需要大量手動編寫的樣板代碼,完全整合的 TypeScript 語言則讓你在 JavaScript 生態系統中享有靜態類型語言的優勢。更不用說,將 Angular 2 和 TypeScript 加入你的技能組合會讓你成為市場上的熱門人才。
**關於本書**
《Angular 2 Development with Typescript》向熟悉使用 AngularJS v1 或其他網頁框架的開發者介紹 Angular 2。你將從探索 Angular 2 在在線拍賣應用程式中的運作開始。在這個過程中,你將學會使用 TypeScript 編寫具類型感知的類別、介面和泛型。這是一本實用的書籍,涵蓋了現實世界的開發問題,如數據和視圖、用戶與表單的互動,以及與伺服器的通信,還有測試和部署你的 Angular 2 應用程式。
**內容概覽**
- 設計和構建模組化應用程式
- 將 TypeScript 轉譯為當前的 JavaScript
- 使用現代 JavaScript 工作流程工具,如 npm、Karma 和 Webpack
**讀者對象**
本書適合具有 JavaScript 工作知識的中級網頁開發者。無需具備 TypeScript 或 AngularJS 的經驗。
**作者介紹**
**Yakov Fain** 和 **Anton Moiseev** 是經驗豐富的網頁應用程式開發者。Yakov 已經撰寫了幾本有關軟體開發的書籍。
**目錄**
1. 介紹 Angular 2
2. 開始使用 Angular
3. 使用 Angular 路由器進行導航
4. 依賴注入
5. 綁定、可觀察對象和管道
6. 實現組件通信
7. 使用表單
8. 使用 HTTP 和 WebSockets 與伺服器互動
9. 單元測試 Angular 應用程式
10. 使用 Webpack 打包和部署應用程式
