diff --git a/modules/angular2/examples/README.md b/modules/angular2/examples/README.md new file mode 100644 index 0000000000..855bc0b7a3 --- /dev/null +++ b/modules/angular2/examples/README.md @@ -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.