Essential Angular

Victor Savkin, Jeff Cross

  • 出版商: Packt Publishing
  • 出版日期: 2017-05-31
  • 售價: $1,270
  • 貴賓價: 9.5$1,207
  • 語言: 英文
  • 頁數: 108
  • 裝訂: Paperback
  • ISBN: 1788293762
  • ISBN-13: 9781788293761
  • 相關分類: Angular
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Written by two Angular core contributors
  • A complete overview of the key aspects of Angular
  • Up to date with the latest Angular release

Book Description

Essential Angular is a concise, complete overview of the key aspects of Angular, written by two Angular core contributors. The book covers the framework's mental model, its API, and the design principles behind it. This book is fully up to date with the latest release of Angular.

Essential Angular gives you a strong foundation in the core Angular technology. It will help you put all the concepts into the right places so you will have a good understanding of why the framework is the way it is. Read this book after you have toyed around with the framework, but before you embark on writing your first serious Angular application. This book covers concepts such as the differences between Just-In-Time and Ahead-Of-Time compilation in Angular, alongside NgModules, components and directives. It also goes into detail on Dependency Injection and Change Detection: essential skill for Angular developers to master. The book finishes with a look at testing, and how to integrate different testing methodologies in your Angular code.

What you will learn

  • Understand why and how to use JIT and AOT compilation in Angular
  • Bootstrap and inject NgModules
  • Learn about the component lifecycle
  • Understand the two phases of Change Detection
  • Visualize and parse the Injector tree
  • Understand advanced Lazy Loading
  • Integrate and run different testing strategies on your code