- ホーム
- > 洋書
- > 英文書
- > Internet / Web Programming
Full Description
Best-selling author Adam Freeman shows you how to use Angular in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them. Additionally, this book now has accompanying online files for Angular 7; all examples in the book work without changes in Angular 7.Get the most from Angular, the leading framework for building dynamic JavaScript applications. Understand the MVC pattern and the benefits it can offer.What You'll LearnGain a solid architectural understanding of the MVC PatternCreate rich and dynamic web app clients using AngularUse the ng tools to create and build an Angular projectExtend and customize AngularTest your Angular projectsWhat's New in This EditionRevised for the features and changes in Angular 6 and 7Covers @angular/cli, ng command line tools, and WebPackIncludes HttpClient for simplified asynchronous HTTP requestsPresents updates to pipes and localized text displayWho This Book Is ForWeb developers with a foundation knowledge of HTML and JavaScript who want to create rich client-side applications
Contents
Part I - Getting Ready1. Getting Started2. Your First Angular App3. Putting Angular in Context4. HTML and Bootstrap CSS Primer5. JavaScript and TypeScript Primer, Part 16. JavaScript and TypeScript Primer, Part 27. SportsStore: A Real Application8. SportsStore: Orders and Checkout9. SportsStore: Administration10. SportsStore: DeploymentPart II - Working with Angular 11. Creating an Angular Project12. Using Data Bindings13. Using the Built-In Directives14. Using Events and Forms15. Creating Attribute Directives16. Creating Structural Directives17. Understanding Components18. Using and Creating Pipes19. Using Services20. Using Service Providers21. Using and Creating ModulesPart III - Advanced Angular Features22. Creating the Example Project23. Using Reactive Extensions24. Making Asynchronous HTTP Requests25. Routing and Navigation, Part 126. Routing and Navigation, Part 227. Routing and Navigation, Part 328. Using Animation29. Angular Unit Testing