angular-cn/modules/playground
Brian Ford 75343eb340 feat(router): add regex matchers
@petebacondarwin deserves credit for most of this commit.

This allows you to specify a regex and serializer function instead
of the path DSL in your route declaration.

```
@RouteConfig([
  { regex: '[a-z]+.[0-9]+',
    serializer: (params) => `{params.a}.params.b}`,
    component: MyComponent }
])
class Component {}
```

Closes #7325
Closes #7126
2016-03-02 16:08:19 -08:00
..
e2e_test fix(web_worker): wait for bindings in kitchen sink spec 2016-02-26 10:34:32 -08:00
src feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
test/benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
pubspec.yaml feat(WebWorker): Add Router Support for WebWorker Apps 2016-01-26 21:07:12 -08:00