angular-cn/modules
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
..
angular1_router feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
angular2 feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
angular2_material feat(transformers): collect data needed for the template compiler 2016-02-26 17:56:40 +00:00
benchmarks fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchmarks_external fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchpress fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00
payload_tests/hello_world/ts chore: track size of a "Hello world" app built with SystemJS 2016-01-26 02:54:03 +00:00
playground feat(router): add regex matchers 2016-03-02 16:08:19 -08:00