首页 > 代码库 > 来自 Thoughtram 的 Angular 2 系列资料

来自 Thoughtram 的 Angular 2 系列资料

Angular 2 已经正式 Release 了,Thoughtram 已经发布了一系列的文档,对 Angular 2 的各个方面进行深入的阐释和说明。

我计划逐渐将这个系列翻译出来,以便对大家学习 Angular 2 提供一些方便。

Getting Started

  • Building a Zippy component in Angular 2
  • Developing a Tabs component in Angular 2
  • Angular 2 Template Syntax demystified
  • Component-relative Paths in Angular 2

Routing

  • Routing in Angular 2 revisited
  • Protecting Routes using Navigation Guards

Upgrading

  • Upgrading Apps to Angular 2 using ngUpgrade

Angular and ES5

  • Writing Angular 2 code in ES5
  • Even better ES5 code for Angular 2

Dependency Injection

  • Dependency Injection in Angular 2
  • Understanding @Injectable() in Angular 2
  • Host and Visibility in Angular 2 DI
  • Forward References in Angular 2
  • Angular Providers using Map literals
  • Multi Providers in Angular 2
  • How to prevent name collisions in Angular 2 providers
  • Bypassing Providers in Angular 2

Angular 2 and Observables

  • Taking advantage of Observables in Angular 2 - Part 1
  • Taking advantage of Observables in Angular 2 - Part 2
  • Cold vs Hot Observables
  • Exploring Rx Operators: map
  • Exploring Rx Operators: flatMap

Forms

  • Template-driven Forms in Angular 2
  • Reactive Forms in Angular 2
  • Custom Validators in Angular 2
  • Custom Form Controls in Angular 2

Change Detection

  • Understanding Zones
  • Zones in Angular 2
  • Angular 2 Change Detection explained

Styling and ViewEncapsulation

  • Styling Angular 2 components
  • ViewEncapsulation in Angular 2

 

来自 Thoughtram 的 Angular 2 系列资料