Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 5.82 KB

README.md

File metadata and controls

113 lines (87 loc) · 5.82 KB

Angular 2 Community FAQ

#Table of Contents

##Setting up Angular 2 with...

  • SystemJS
  • Webpack
  • JSPM
  • Rollup
  • ES5/ES6 (no ts)
  • Others (are there any others?)

##RxJS

##Router

##Forms

##Templates

##Services and Components

##Testing

##Making fun things

  • Drag and Drop
  • Other fun things...

Router

Any good tutorials for the Router?

Not yet, in the meantime you can look at this: https://www.youtube.com/watch?v=z1NB-HG0ZH4

You can also take a look at this Plunkr, which while complex, does just about everything you would want with the router. http://plnkr.co/edit/Bim8OGO7oddxBaa26WzR?p=preview

Forms

Validation

[How do I validate a control based on the value in another control?] (http://plnkr.co/edit/NqQhBPJJo1PzHfisvh9J?p=preview)

Complex Forms

AKA: How do I make a state/province dropdown that changes contents when the country changes?