舉報

會員
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
推薦閱讀
- Mastering QGIS
- Java編程指南:基礎知識、類庫應用及案例設計
- INSTANT Sencha Touch
- The Computer Vision Workshop
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Active Directory with PowerShell
- 批調度與網絡問題的組合算法
- Unity 3D/2D移動開發實戰教程
- Python Essentials
- Node.js 12實戰
- 深入實踐Kotlin元編程
- Practical Microservices
- 愛上C語言:C KISS
- CodeIgniter Web Application Blueprints
- 數字媒體技術概論
- Responsive Web Design with jQuery
- Swift 2 Design Patterns
- Mastering Clojure
- JavaScript設計模式與開發實踐
- Learning Rust
- Visual FoxPro程序設計
- 精通Django 3 Web開發
- IBM Cognos 10 Report Studio Cookbook(Second Edition)
- C++設計模式
- Learning Angular for .NET Developers
- Python全案例學習與實踐
- Apache Kafka
- UML軟件建模任務驅動教程(第2版)
- 基于ASP.NET的Web應用開發技術實用教程
- iOS開發標準教程