feat(router): adds an example app using the new router

This commit is contained in:
vsavkin
2016-04-28 17:45:12 -07:00
committed by Victor Savkin
parent 560cc14d97
commit 602641dffd
12 changed files with 2415 additions and 0 deletions

View File

@ -64,6 +64,7 @@ $DART_SDK/bin/dart $DDC_DIR/bin/dartdevc.dart \
src/person_management/index.dart \
src/relative_assets/index.dart \
src/routing/index.dart \
src/alt_routing/index.dart \
src/sourcemap/index.dart \
src/svg/index.dart \
src/template_driven_forms/index.dart \