From cb2b69047154b56b5e4a65aaee7186fabb2394a0 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 30 Oct 2015 11:31:26 -0700 Subject: [PATCH] chore(examples): explain the purpose of these examples --- modules/angular2/examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/angular2/examples/README.md 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.