chore(examples): explain the purpose of these examples

This commit is contained in:
Brian Ford 2015-10-30 11:31:26 -07:00
parent 7d154e38d1
commit cb2b690471
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# API Examples
This folder contains small example apps that get in-lined into our API docs.
These examples are written with idiomatic TypeScript, and are not transpiled to Dart.
Each example contains tests for application behavior (as opposed to testing Angular's
behavior) just like an Angular application developer would write.