舉報

會員
Learning Angular
Angular,lovedbymillionsofwebdevelopersaroundtheworld,continuestobeoneofthetopJavaScriptframeworksthankstoitsregularupdatesandnewfeaturesthatenablefast,cross-platform,andsecurefrontendwebdevelopment.WithAngular,youcanachievehighperformanceusingthelatestwebtechniquesandextensiveintegrationwithwebtoolsandintegrateddevelopmentenvironments(IDEs).UpdatedtoAngular10,thisthirdeditionoftheLearningAngularbookcoversnewfeaturesandmodernwebdevelopmentpracticestoaddressthecurrentfrontendwebdevelopmentlandscape.IfyouarenewtoAngular,thisbookwillgiveyouacomprehensiveintroductiontohelpyougetyouupandrunninginnotime.You'lllearnhowtodevelopappsbyharnessingthepoweroftheAngularcommand-lineinterface(CLI),writeunittests,styleyourappsbyfollowingtheMaterialDesignguidelines,andfinallydeploythemtoahostingprovider.ThebookisespeciallyusefulforbeginnerstogettogripswiththebarebonesoftheframeworkneededtostartdevelopingAngularapps.Bytheendofthisbook,you’llnotonlybeabletocreateAngularapplicationswithTypeScriptfromscratchbutalsoenhanceyourcodingskillswithbestpractices.
目錄(132章)
倒序
- 封面
- 版權信息
- Why subscribe?
- Contributors About the authors
- About the reviewer
- Packt is searching for authors like you
- Preface
- Who this book is for
- What this book covers
- To get the most out of this book
- Download the example code files
- Conventions used
- Get in touch
- Reviews
- Section 1: Getting Started with Angular
- Chapter 1: Building Your First Angular App
- Technical requirements
- It's just Angular – introducing semantic versioning
- Introducing Angular
- Setting up our workspace with Angular CLI
- Hello Angular
- IDEs and plugins
- Summary
- Chapter 2: Introduction to TypeScript
- The history of TypeScript
- Types in TypeScript
- Functions lambdas and execution flow
- Common TypeScript features
- Classes interfaces and inheritance
- Decorators in TypeScript
- Advanced types
- Modules
- Summary
- Section 2: Components – the Basic Building Blocks of an Angular App
- Chapter 3: Component Interaction and Inter-Communication
- Technical requirements
- Creating our first component
- Configuring a component
- Interacting with the template
- Communicating with other components
- Encapsulating CSS styling
- Change detection strategies
- Introducing the component lifecycle
- Summary
- Chapter 4: Enhance Components with Pipes and Directives
- Technical requirements
- Introducing directives
- Transforming elements using directives
- Manipulating data with pipes
- Building custom pipes
- Building custom directives
- Summary
- Chapter 5: Structure an Angular App
- Technical requirements
- Organizing components into modules
- Configuring the application
- How dependency injection works in Angular
- Summary
- Chapter 6: Enrich Components with Asynchronous Data Services
- Technical requirements
- Strategies for handling asynchronous information
- Reactive functional programming in Angular
- Creating a backend API-the Angular way
- Communicating data over HTTP
- Authenticating with HTTP
- Handling HTTP errors
- Unsubscribing from observables
- Summary
- Section 3: User Experience and Testability
- Chapter 7: Navigate through Components with Routing
- Technical requirements
- Introducing the Angular router
- Creating an Angular app with routing
- Separating our app into feature routing modules
- Passing parameters to routes
- Enhancing navigation with advanced features
- Summary
- Chapter 8: Orchestrating Validation Experiences in Forms
- Technical requirements
- Introducing forms to web apps
- Data binding with template-driven forms
- Using reactive patterns in Angular forms
- Validating controls in a reactive way
- Modifying forms dynamically
- Creating elegant reactive forms
- Building a custom validator
- Manipulating form data
- Watching state changes and being reactive
- Summary
- Chapter 9: Introduction to Angular Material
- Technical requirements
- Introducing Material Design
- Introducing Angular Material
- Adding core UI controls
- Introducing the Angular CDK
- Designing layouts using flexbox
- Summary
- Chapter 10: Giving Motion to Components with Animations
- Technical requirements
- Creating animations with plain vanilla CSS
- Introducing Angular animations
- Animating components programmatically
- Summary
- Chapter 11: Unit test an Angular App
- Technical requirements
- Why do we need tests?
- The anatomy of a unit test
- Introducing unit tests in Angular
- Testing components
- Testing services
- Testing pipes
- Testing routing
- Testing directives
- Testing reactive forms
- Summary
- Section 4: Deployment and Practice
- Chapter 12: Bringing an Angular App to Production
- Technical requirements
- Building an Angular app
- Limiting the application bundle size
- Optimizing the application bundle
- Deploying an Angular app
- Summary
- Chapter 13: Develop a Real-World Angular App
- Technical requirements
- Scaffolding the application structure
- Implementing core features
- Adding heroes functionality
- Integrating the missions module
- Summary
- Other Books You May Enjoy
- Leave a review - let other readers know what you think 更新時間:2021-06-11 18:24:26
推薦閱讀
- 零基礎學Visual C++第3版
- Mobile Web Performance Optimization
- JavaScript+DHTML語法與范例詳解詞典
- Python自動化運維快速入門(第2版)
- Scala Design Patterns
- 大模型RAG實戰:RAG原理、應用與系統構建
- C語言課程設計
- 深入理解Elasticsearch(原書第3版)
- SQL Server與JSP動態網站開發
- 51單片機C語言開發教程
- Microsoft Dynamics AX 2012 R3 Financial Management
- Python+Tableau數據可視化之美
- Getting Started with Polymer
- 實戰Java高并發程序設計(第2版)
- 區塊鏈項目開發指南
- Learning Splunk Web Framework
- Learning Bootstrap 4(Second Edition)
- Yii2 By Example
- 每個人的Python:數學、算法和游戲編程訓練營
- JavaScript設計模式與開發實踐
- Scratch編程入門與算法進階(第2版)
- 從Excel到Python:用Python輕松處理Excel數據
- Machine Learning for the Web
- WindowsC/C++加密解密實戰
- VEX IQ機器人設計入門與編程實例
- Netty源碼剖析與應用
- openGauss數據庫開發實戰
- 新印象:中文版Sketch圖標與UI界面設計實例教程
- Dart By Example
- Python3.7編程快速入門