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

@ -51,6 +51,7 @@ const kServedPaths = [
'playground/src/key_events',
'playground/src/relative_assets',
'playground/src/routing',
'playground/src/alt_routing',
'playground/src/sourcemap',
'playground/src/svg',
'playground/src/todo',